#055462

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

Shades of Blue Lagoon #055462

Tints of Blue Lagoon #055462

Color information

#055462 (or 0x055462) is unknown color: approx Blue Lagoon. HEX triplet: 05, 54 and 62. RGB value is (5,84,98). Sum of RGB (Red+Green+Blue) = 5+84+98=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #055462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055462 is #FAAB9D. Grayscale: #3D3D3D. Windows color (decimal): -16427934 or 6444037. OLE color: 6444037.

HSL color Cylindrical-coordinate representation of color #055462: hue angle of 189.03º 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 #055462 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB58498-
CMYK0.950.1400.62
HSL189.03º90.29%20.2%-
HSV(B)189.03º94.9%38.43%-
XYZ5.447.2512.67-
YUV61.97148.3387.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=2.67%
G=44.92%
B=52.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal584980.950.1400.62189.0390.2920.2
Hex554625FE03Ebd5a14
Octal51241421371607627513224
Binary1011010100110001010111111110011111010111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055462; }

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

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

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

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

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

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

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

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