Html Css Color HEX #056172 Blue Lagoon

📋 copy color: '#056172'

red 5 ◦ green 97 ◦ blue 114

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

Shades of Blue Lagoon #056172

Tints of Blue Lagoon #056172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.91%

 BLUE value IS 114 (44.92% from 255) = 52.78%

R = 2.31%
G = 44.91%
B = 52.78%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056172 (or 0x056172) is known color: Blue Lagoon. HEX triplet: 05, 61 and 72. RGB value is (5,97,114). Sum of RGB (Red+Green+Blue) = 5+97+114=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #056172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056172 is #FA9E8D. Grayscale: #474747. Windows color (decimal): -16424590 or 7495941. OLE color: 7495941.

HSL color Cylindrical-coordinate representation of color #056172: hue angle of 189.36º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056172 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 97 114 -
CMYK 0.96 0.15 0 0.55
HSL 189.36º 0.92% 0.23% -
HSV(B) 189.36º 0.96% 0.45% -
XYZ 7.37 9.8 17.42 -
YUV 71.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 5 97 114 0.96 0.15 0 0.55 189.36 0.92 0.23
Hex 5 61 72 60 F 0 37 BD 5C 17
Octal 5 141 162 140 17 0 67 275 134 27
Binary 101 1100001 1110010 1100000 1111 0 110111 10111101 1011100 10111

Color Harmonies of #056172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056172

Black with #056172

Text Example


Text Example

White with #056172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056172; }

 p { color: rgb(5,97,114); }

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

background-color css

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

 a { background-color: rgb(5,97,114); }

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

border-color css

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

 span { border-color: rgb(5,97,114); }

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