Html Css Color HEX #056372 Blue Lagoon

📋 copy color: '#056372'

red 5 ◦ green 99 ◦ blue 114

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

Shades of Blue Lagoon #056372

Tints of Blue Lagoon #056372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

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

R = 2.29%
G = 45.41%
B = 52.29%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056372 (or 0x056372) is known color: Blue Lagoon. HEX triplet: 05, 63 and 72. RGB value is (5,99,114). Sum of RGB (Red+Green+Blue) = 5+99+114=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #056372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056372 is #FA9C8D. Grayscale: #484848. Windows color (decimal): -16424078 or 7496453. OLE color: 7496453.

HSL color Cylindrical-coordinate representation of color #056372: hue angle of 188.26º 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 #056372 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 99 114 -
CMYK 0.96 0.13 0 0.55
HSL 188.26º 0.92% 0.23% -
HSV(B) 188.26º 0.96% 0.45% -
XYZ 7.56 10.17 17.48 -
YUV 72.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 5 99 114 0.96 0.13 0 0.55 188.26 0.92 0.23
Hex 5 63 72 60 D 0 37 BC 5C 17
Octal 5 143 162 140 15 0 67 274 134 27
Binary 101 1100011 1110010 1100000 1101 0 110111 10111100 1011100 10111

Color Harmonies of #056372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056372

Black with #056372

Text Example


Text Example

White with #056372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056372; }

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

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

background-color css

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

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

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

border-color css

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

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

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