Html Css Color HEX #056872 Blue Lagoon

📋 copy color: '#056872'

red 5 ◦ green 104 ◦ blue 114

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

Shades of Blue Lagoon #056872

Tints of Blue Lagoon #056872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.64%

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

R = 2.24%
G = 46.64%
B = 51.12%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056872 (or 0x056872) is known color: Blue Lagoon. HEX triplet: 05, 68 and 72. RGB value is (5,104,114). Sum of RGB (Red+Green+Blue) = 5+104+114=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #056872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056872 is #FA978D. Grayscale: #4B4B4B. Windows color (decimal): -16422798 or 7497733. OLE color: 7497733.

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

Color convert

RGB 5 104 114 -
CMYK 0.96 0.09 0 0.55
HSL 185.5º 0.92% 0.23% -
HSV(B) 185.5º 0.96% 0.45% -
XYZ 8.05 11.15 17.65 -
YUV 75.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 5 104 114 0.96 0.09 0 0.55 185.5 0.92 0.23
Hex 5 68 72 60 9 0 37 BA 5C 17
Octal 5 150 162 140 11 0 67 272 134 27
Binary 101 1101000 1110010 1100000 1001 0 110111 10111010 1011100 10111

Color Harmonies of #056872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056872

Black with #056872

Text Example


Text Example

White with #056872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056872; }

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

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

background-color css

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

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

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

border-color css

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

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

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