#055C7B

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

Shades of Blue Lagoon #055C7B

Tints of Blue Lagoon #055C7B

Color information

#055C7B (or 0x055C7B) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 7B. RGB value is (5,92,123). Sum of RGB (Red+Green+Blue) = 5+92+123=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #055C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C7B is #FAA384. Grayscale: #454545. Windows color (decimal): -16425861 or 8084485. OLE color: 8084485.

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

Color convert

RGB592123-
CMYK0.960.2500.52
HSL195.76º92.19%25.1%-
HSV(B)195.76º95.93%48.24%-
XYZ7.469.1220.11-
YUV69.52158.1881.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=2.27%
G=41.82%
B=55.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5921230.960.2500.52195.7692.1925.1
Hex55C7B6019034c45c19
Octal51341731403106430413431
Binary10110111001111011110000011001011010011000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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