Html Css Color HEX #056276 Blue Lagoon

📋 copy color: '#056276'

red 5 ◦ green 98 ◦ blue 118

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

Shades of Blue Lagoon #056276

Tints of Blue Lagoon #056276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 2.26%
G = 44.34%
B = 53.39%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056276 (or 0x056276) is known color: Blue Lagoon. HEX triplet: 05, 62 and 76. RGB value is (5,98,118). Sum of RGB (Red+Green+Blue) = 5+98+118=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #056276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056276 is #FA9D89. Grayscale: #484848. Windows color (decimal): -16424330 or 7758341. OLE color: 7758341.

HSL color Cylindrical-coordinate representation of color #056276: hue angle of 190.62º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056276 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 98 118 -
CMYK 0.96 0.17 0 0.54
HSL 190.62º 0.92% 0.24% -
HSV(B) 190.62º 0.96% 0.46% -
XYZ 7.7 10.08 18.68 -
YUV 72.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 5 98 118 0.96 0.17 0 0.54 190.62 0.92 0.24
Hex 5 62 76 60 11 0 36 BF 5C 18
Octal 5 142 166 140 21 0 66 277 134 30
Binary 101 1100010 1110110 1100000 10001 0 110110 10111111 1011100 11000

Color Harmonies of #056276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056276

Black with #056276

Text Example


Text Example

White with #056276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056276; }

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

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

background-color css

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

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

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

border-color css

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

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

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