Html Css Color HEX #055170 Blue Lagoon

📋 copy color: '#055170'

red 5 ◦ green 81 ◦ blue 112

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

Shades of Blue Lagoon #055170

Tints of Blue Lagoon #055170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 2.53%
G = 40.91%
B = 56.57%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#055170 (or 0x055170) is known color: Blue Lagoon. HEX triplet: 05, 51 and 70. RGB value is (5,81,112). Sum of RGB (Red+Green+Blue) = 5+81+112=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #055170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055170 is #FAAE8F. Grayscale: #3D3D3D. Windows color (decimal): -16428688 or 7360773. OLE color: 7360773.

HSL color Cylindrical-coordinate representation of color #055170: hue angle of 197.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055170 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 81 112 -
CMYK 0.96 0.28 0 0.56
HSL 197.38º 0.91% 0.23% -
HSV(B) 197.38º 0.96% 0.44% -
XYZ 5.93 7.09 16.38 -
YUV 61.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 5 81 112 0.96 0.28 0 0.56 197.38 0.91 0.23
Hex 5 51 70 60 1C 0 38 C5 5B 17
Octal 5 121 160 140 34 0 70 305 133 27
Binary 101 1010001 1110000 1100000 11100 0 111000 11000101 1011011 10111

Color Harmonies of #055170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055170

Black with #055170

Text Example


Text Example

White with #055170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055170; }

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

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

background-color css

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

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

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

border-color css

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

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

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