Html Css Color HEX #055162 Blue Lagoon

📋 copy color: '#055162'

red 5 ◦ green 81 ◦ blue 98

#055162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #055162

Tints of Blue Lagoon #055162

RGB

 RED value IS 5 (2.34% from 255) = 2.72%

 GREEN value IS 81 (32.03% from 255) = 44.02%

 BLUE value IS 98 (38.67% from 255) = 53.26%

R = 2.72%
G = 44.02%
B = 53.26%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#055162 (or 0x055162) is known color: Blue Lagoon. HEX triplet: 05, 51 and 62. RGB value is (5,81,98). Sum of RGB (Red+Green+Blue) = 5+81+98=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #055162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055162 is #FAAE9D. Grayscale: #3C3C3C. Windows color (decimal): -16428702 or 6443269. OLE color: 6443269.

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

Color convert

RGB 5 81 98 -
CMYK 0.95 0.17 0 0.62
HSL 190.97º 0.9% 0.2% -
HSV(B) 190.97º 0.95% 0.38% -
XYZ 5.21 6.8 12.59 -
YUV 60.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 5 81 98 0.95 0.17 0 0.62 190.97 0.9 0.2
Hex 5 51 62 5F 11 0 3E BF 5A 14
Octal 5 121 142 137 21 0 76 277 132 24
Binary 101 1010001 1100010 1011111 10001 0 111110 10111111 1011010 10100

Color Harmonies of #055162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055162

Black with #055162

Text Example


Text Example

White with #055162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055162; }

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

 H1.HeaderClassName
 {
   color: #055162;
 }
 .AnyTagClassName
 {
   color: #055162;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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