Html Css Color HEX #056879 Blue Lagoon

📋 copy color: '#056879'

red 5 ◦ green 104 ◦ blue 121

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

Shades of Blue Lagoon #056879

Tints of Blue Lagoon #056879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 2.17%
G = 45.22%
B = 52.61%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056879 (or 0x056879) is known color: Blue Lagoon. HEX triplet: 05, 68 and 79. RGB value is (5,104,121). Sum of RGB (Red+Green+Blue) = 5+104+121=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #056879 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056879 is #FA9786. Grayscale: #4C4C4C. Windows color (decimal): -16422791 or 7956485. OLE color: 7956485.

HSL color Cylindrical-coordinate representation of color #056879: hue angle of 188.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056879 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 104 121 -
CMYK 0.96 0.14 0 0.53
HSL 188.79º 0.92% 0.25% -
HSV(B) 188.79º 0.96% 0.47% -
XYZ 8.46 11.31 19.83 -
YUV 76.34 153.2 77.12 -
System Red Green Blue C M Y K H S L
Decimal 5 104 121 0.96 0.14 0 0.53 188.79 0.92 0.25
Hex 5 68 79 60 E 0 35 BD 5C 19
Octal 5 150 171 140 16 0 65 275 134 31
Binary 101 1101000 1111001 1100000 1110 0 110101 10111101 1011100 11001

Color Harmonies of #056879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056879

Black with #056879

Text Example


Text Example

White with #056879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056879; }

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

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

background-color css

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

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

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

border-color css

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

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

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