#055C83

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

Shades of Blue Lagoon #055C83

Tints of Blue Lagoon #055C83

Color information

#055C83 (or 0x055C83) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 83. RGB value is (5,92,131). Sum of RGB (Red+Green+Blue) = 5+92+131=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #055C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C83 is #FAA37C. Grayscale: #464646. Windows color (decimal): -16425853 or 8608773. OLE color: 8608773.

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

Color convert

RGB592131-
CMYK0.960.3000.49
HSL198.57º92.65%26.67%-
HSV(B)198.57º96.18%51.37%-
XYZ7.999.3322.85-
YUV70.43162.1881.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.19%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=2.19%
G=40.35%
B=57.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5921310.960.3000.49198.5792.6526.67
Hex55C83601E031c75d1b
Octal51342031403606130713533
Binary101101110010000011110000011110011000111000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,131); }

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

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

 a { background-color: rgb(5,92,131); }

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

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

 span { border-color: rgb(5,92,131); }

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