Html Css Color HEX #056877 Blue Lagoon

📋 copy color: '#056877'

red 5 ◦ green 104 ◦ blue 119

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

Shades of Blue Lagoon #056877

Tints of Blue Lagoon #056877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 2.19%
G = 45.61%
B = 52.19%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#056877 (or 0x056877) is known color: Blue Lagoon. HEX triplet: 05, 68 and 77. RGB value is (5,104,119). Sum of RGB (Red+Green+Blue) = 5+104+119=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #056877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056877 is #FA9788. Grayscale: #4B4B4B. Windows color (decimal): -16422793 or 7825413. OLE color: 7825413.

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

Color convert

RGB 5 104 119 -
CMYK 0.96 0.13 0 0.53
HSL 187.89º 0.92% 0.24% -
HSV(B) 187.89º 0.96% 0.47% -
XYZ 8.34 11.26 19.19 -
YUV 76.11 152.2 77.28 -
System Red Green Blue C M Y K H S L
Decimal 5 104 119 0.96 0.13 0 0.53 187.89 0.92 0.24
Hex 5 68 77 60 D 0 35 BC 5C 18
Octal 5 150 167 140 15 0 65 274 134 30
Binary 101 1101000 1110111 1100000 1101 0 110101 10111100 1011100 11000

Color Harmonies of #056877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056877

Black with #056877

Text Example


Text Example

White with #056877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056877; }

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

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

background-color css

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

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

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

border-color css

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

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

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