#055762

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

Shades of Blue Lagoon #055762

Tints of Blue Lagoon #055762

Color information

#055762 (or 0x055762) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 62. RGB value is (5,87,98). Sum of RGB (Red+Green+Blue) = 5+87+98=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #055762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055762 is #FAA89D. Grayscale: #3F3F3F. Windows color (decimal): -16427166 or 6444805. OLE color: 6444805.

HSL color Cylindrical-coordinate representation of color #055762: hue angle of 187.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055762 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58798-
CMYK0.950.1100.62
HSL187.1º90.29%20.2%-
HSV(B)187.1º94.9%38.43%-
XYZ5.687.7312.75-
YUV63.74147.3386.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.63%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 98 (38.67% from 255) = 51.58%
R=2.63%
G=45.79%
B=51.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal587980.950.1100.62187.190.2920.2
Hex557625FB03Ebb5a14
Octal51271421371307627313224
Binary1011010111110001010111111011011111010111011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055762; }

 p { color: rgb(5,87,98); }

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

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

 a { background-color: rgb(5,87,98); }

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

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

 span { border-color: rgb(5,87,98); }

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