#055F7D

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

Shades of Blue Lagoon #055F7D

Tints of Blue Lagoon #055F7D

Color information

#055F7D (or 0x055F7D) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 7D. RGB value is (5,95,125). Sum of RGB (Red+Green+Blue) = 5+95+125=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #055F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F7D is #FAA082. Grayscale: #474747. Windows color (decimal): -16425091 or 8216325. OLE color: 8216325.

HSL color Cylindrical-coordinate representation of color #055F7D: hue angle of 195º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055F7D is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB595125-
CMYK0.960.2400.51
HSL195º92.31%25.49%-
HSV(B)195º96%49.02%-
XYZ7.869.720.86-
YUV71.51158.1880.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=2.22%
G=42.22%
B=55.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5951250.960.2400.5119592.3125.49
Hex55F7D6018033c35c19
Octal51371751403006330313431
Binary10110111111111101110000011000011001111000011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F7D; }

 p { color: rgb(5,95,125); }

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

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

 a { background-color: rgb(5,95,125); }

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

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

 span { border-color: rgb(5,95,125); }

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