#056667

Color #056667 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #056667

Tints of Blue Lagoon #056667

Color information

#056667 (or 0x056667) is unknown color: approx Blue Lagoon. HEX triplet: 05, 66 and 67. RGB value is (5,102,103). Sum of RGB (Red+Green+Blue) = 5+102+103=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #056667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056667 is #FA9998. Grayscale: #494949. Windows color (decimal): -16423321 or 6776325. OLE color: 6776325.

HSL color Cylindrical-coordinate representation of color #056667: hue angle of 180.61º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056667 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5102103-
CMYK0.950.0100.60
HSL180.61º90.74%21.18%-
HSV(B)180.61º95.15%40.39%-
XYZ7.2610.5114.48-
YUV73.11144.8679.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=2.38%
G=48.57%
B=49.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51021030.950.0100.60180.6190.7421.18
Hex566675F103Cb55b15
Octal5146147137107426513325
Binary1011100110110011110111111011110010110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056667; }

 p { color: rgb(5,102,103); }

 H1.HeaderClassName
 {
   color: #056667;
 }
 .AnyTagClassName
 {
   color: #056667;
 }
</style>
background-color css

<style>
 a { background-color: #056667; }

 a { background-color: rgb(5,102,103); }

 div.DivClassName
 {
   background-color: #056667;
 }
 .BgClassName
 {
   background-color: #056667;
 }
</style>
border-color css

<style>
 span { border-color: #056667; }

 span { border-color: rgb(5,102,103); }

 td.TdClassName
 {
   border-color: #056667;
 }
 .TagClassName
 {
   border-color: #056667;
 }
</style>