#05556A

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

Shades of Blue Lagoon #05556A

Tints of Blue Lagoon #05556A

Color information

#05556A (or 0x05556A) is unknown color: approx Blue Lagoon. HEX triplet: 05, 55 and 6A. RGB value is (5,85,106). Sum of RGB (Red+Green+Blue) = 5+85+106=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #05556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05556A is #FAAA95. Grayscale: #3F3F3F. Windows color (decimal): -16427670 or 6968581. OLE color: 6968581.

HSL color Cylindrical-coordinate representation of color #05556A: hue angle of 192.48º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05556A is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB585106-
CMYK0.950.2000.58
HSL192.48º90.99%21.76%-
HSV(B)192.48º95.28%41.57%-
XYZ5.917.5714.79-
YUV63.4715286.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 106 (41.80% from 255) = 54.08%
R=2.55%
G=43.37%
B=54.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5851060.950.2000.58192.4890.9921.76
Hex5556A5F1403Ac05b16
Octal51251521372407230013326
Binary10110101011101010101111110100011101011000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05556A; }

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

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

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

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

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

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

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

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