#055967

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

Shades of Blue Lagoon #055967

Tints of Blue Lagoon #055967

Color information

#055967 (or 0x055967) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 67. RGB value is (5,89,103). Sum of RGB (Red+Green+Blue) = 5+89+103=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #055967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055967 is #FAA698. Grayscale: #414141. Windows color (decimal): -16426649 or 6772997. OLE color: 6772997.

HSL color Cylindrical-coordinate representation of color #055967: hue angle of 188.57º 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 #055967 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB589103-
CMYK0.950.1400.60
HSL188.57º90.74%21.18%-
HSV(B)188.57º95.15%40.39%-
XYZ6.088.1614.09-
YUV65.48149.1784.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=2.54%
G=45.18%
B=52.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5891030.950.1400.60188.5790.7421.18
Hex559675FE03Cbd5b15
Octal51311471371607427513325
Binary1011011001110011110111111110011110010111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055967; }

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

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

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

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

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

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

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

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