#055564

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

Shades of Blue Lagoon #055564

Tints of Blue Lagoon #055564

Color information

#055564 (or 0x055564) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 64. RGB value is (5,85,100). Sum of RGB (Red+Green+Blue) = 5+85+100=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #055564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055564 is #FAAA9B. Grayscale: #3E3E3E. Windows color (decimal): -16427676 or 6575365. OLE color: 6575365.

HSL color Cylindrical-coordinate representation of color #055564: hue angle of 189.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055564 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB585100-
CMYK0.950.1500.61
HSL189.47º90.48%20.59%-
HSV(B)189.47º95%39.22%-
XYZ5.617.4513.2-
YUV62.7914986.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 100 (39.45% from 255) = 52.63%
R=2.63%
G=44.74%
B=52.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5851000.950.1500.61189.4790.4820.59
Hex555645FF03Dbd5a15
Octal51251441371707527513225
Binary1011010101110010010111111111011110110111101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055564; }

 p { color: rgb(5,85,100); }

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

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

 a { background-color: rgb(5,85,100); }

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

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

 span { border-color: rgb(5,85,100); }

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