#005568

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

Shades of Blue Lagoon #005568

Tints of Blue Lagoon #005568

Color information

#005568 (or 0x005568) is unknown color: approx Blue Lagoon. HEX triplet: 00, 55 and 68. RGB value is (0,85,104). Sum of RGB (Red+Green+Blue) = 0+85+104=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #005568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005568 is #FFAA97. Grayscale: #3D3D3D. Windows color (decimal): -16755352 or 6837504. OLE color: 6837504.

HSL color Cylindrical-coordinate representation of color #005568: hue angle of 190.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005568 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB085104-
CMYK10.1800.59
HSL190.96º100%20.39%-
HSV(B)190.96º100%40.78%-
XYZ5.757.514.24-
YUV61.75151.8483.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=0%
G=44.97%
B=55.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal08510410.1800.59190.9610020.39
Hex05568641203Bbf6414
Octal01251501442207327714424
Binary010101011101000110010010010011101110111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005568; }

 p { color: rgb(0,85,104); }

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

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

 a { background-color: rgb(0,85,104); }

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

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

 span { border-color: rgb(0,85,104); }

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