#055D7E

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

Shades of Blue Lagoon #055D7E

Tints of Blue Lagoon #055D7E

Color information

#055D7E (or 0x055D7E) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5D and 7E. RGB value is (5,93,126). Sum of RGB (Red+Green+Blue) = 5+93+126=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #055D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055D7E is #FAA281. Grayscale: #464646. Windows color (decimal): -16425602 or 8281349. OLE color: 8281349.

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

Color convert

RGB593126-
CMYK0.960.2600.51
HSL196.36º92.37%25.69%-
HSV(B)196.36º96.03%49.41%-
XYZ7.749.3721.14-
YUV70.45159.3581.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 126 (49.61% from 255) = 56.25%
R=2.23%
G=41.52%
B=56.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5931260.960.2600.51196.3692.3725.69
Hex55D7E601A033c45c1a
Octal51351761403206330413432
Binary10110111011111110110000011010011001111000100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,93,126); }

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

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

 a { background-color: rgb(5,93,126); }

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

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

 span { border-color: rgb(5,93,126); }

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