Html Css Color HEX #056272 Blue Lagoon

📋 copy color: '#056272'

red 5 ◦ green 98 ◦ blue 114

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

Shades of Blue Lagoon #056272

Tints of Blue Lagoon #056272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

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

R = 2.3%
G = 45.16%
B = 52.53%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#056272 (or 0x056272) is known color: Blue Lagoon. HEX triplet: 05, 62 and 72. RGB value is (5,98,114). Sum of RGB (Red+Green+Blue) = 5+98+114=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #056272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056272 is #FA9D8D. Grayscale: #474747. Windows color (decimal): -16424334 or 7496197. OLE color: 7496197.

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

Color convert

RGB 5 98 114 -
CMYK 0.96 0.14 0 0.55
HSL 188.81º 0.92% 0.23% -
HSV(B) 188.81º 0.96% 0.45% -
XYZ 7.47 9.98 17.45 -
YUV 72.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 5 98 114 0.96 0.14 0 0.55 188.81 0.92 0.23
Hex 5 62 72 60 E 0 37 BD 5C 17
Octal 5 142 162 140 16 0 67 275 134 27
Binary 101 1100010 1110010 1100000 1110 0 110111 10111101 1011100 10111

Color Harmonies of #056272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056272

Black with #056272

Text Example


Text Example

White with #056272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056272; }

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

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

background-color css

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

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

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

border-color css

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

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

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