Html Css Color HEX #056076 Blue Lagoon

📋 copy color: '#056076'

red 5 ◦ green 96 ◦ blue 118

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

Shades of Blue Lagoon #056076

Tints of Blue Lagoon #056076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

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

R = 2.28%
G = 43.84%
B = 53.88%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#056076 (or 0x056076) is known color: Blue Lagoon. HEX triplet: 05, 60 and 76. RGB value is (5,96,118). Sum of RGB (Red+Green+Blue) = 5+96+118=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #056076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056076 is #FA9F89. Grayscale: #474747. Windows color (decimal): -16424842 or 7757829. OLE color: 7757829.

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

Color convert

RGB 5 96 118 -
CMYK 0.96 0.19 0 0.54
HSL 191.68º 0.92% 0.24% -
HSV(B) 191.68º 0.96% 0.46% -
XYZ 7.52 9.71 18.62 -
YUV 71.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 5 96 118 0.96 0.19 0 0.54 191.68 0.92 0.24
Hex 5 60 76 60 13 0 36 C0 5C 18
Octal 5 140 166 140 23 0 66 300 134 30
Binary 101 1100000 1110110 1100000 10011 0 110110 11000000 1011100 11000

Color Harmonies of #056076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056076

Black with #056076

Text Example


Text Example

White with #056076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056076; }

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

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

background-color css

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

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

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

border-color css

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

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

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