#055978

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

Shades of Blue Lagoon #055978

Tints of Blue Lagoon #055978

Color information

#055978 (or 0x055978) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 78. RGB value is (5,89,120). Sum of RGB (Red+Green+Blue) = 5+89+120=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #055978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055978 is #FAA687. Grayscale: #434343. Windows color (decimal): -16426632 or 7887109. OLE color: 7887109.

HSL color Cylindrical-coordinate representation of color #055978: hue angle of 196.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055978 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB589120-
CMYK0.960.2600.53
HSL196.17º92%24.51%-
HSV(B)196.17º95.83%47.06%-
XYZ7.038.5319.05-
YUV67.42157.6783.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=2.34%
G=41.59%
B=56.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5891200.960.2600.53196.179224.51
Hex55978601A035c45c19
Octal51311701403206530413431
Binary10110110011111000110000011010011010111000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055978; }

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

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

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

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

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

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

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

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