Html Css Color HEX #056871 Blue Lagoon

📋 copy color: '#056871'

red 5 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #056871

Tints of Blue Lagoon #056871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 2.25%
G = 46.85%
B = 50.9%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056871 (or 0x056871) is known color: Blue Lagoon. HEX triplet: 05, 68 and 71. RGB value is (5,104,113). Sum of RGB (Red+Green+Blue) = 5+104+113=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #056871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056871 is #FA978E. Grayscale: #4B4B4B. Windows color (decimal): -16422799 or 7432197. OLE color: 7432197.

HSL color Cylindrical-coordinate representation of color #056871: hue angle of 185º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056871 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 104 113 -
CMYK 0.96 0.08 0 0.56
HSL 185º 0.92% 0.23% -
HSV(B) 185º 0.96% 0.44% -
XYZ 7.99 11.13 17.35 -
YUV 75.43 149.2 77.77 -
System Red Green Blue C M Y K H S L
Decimal 5 104 113 0.96 0.08 0 0.56 185 0.92 0.23
Hex 5 68 71 60 8 0 38 B9 5C 17
Octal 5 150 161 140 10 0 70 271 134 27
Binary 101 1101000 1110001 1100000 1000 0 111000 10111001 1011100 10111

Color Harmonies of #056871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056871

Black with #056871

Text Example


Text Example

White with #056871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056871; }

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

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

background-color css

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

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

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

border-color css

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

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

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