Html Css Color HEX #056471 Blue Lagoon

📋 copy color: '#056471'

red 5 ◦ green 100 ◦ blue 113

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

Shades of Blue Lagoon #056471

Tints of Blue Lagoon #056471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

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

R = 2.29%
G = 45.87%
B = 51.83%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056471 (or 0x056471) is known color: Blue Lagoon. HEX triplet: 05, 64 and 71. RGB value is (5,100,113). Sum of RGB (Red+Green+Blue) = 5+100+113=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #056471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056471 is #FA9B8E. Grayscale: #484848. Windows color (decimal): -16423823 or 7431173. OLE color: 7431173.

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

Color convert

RGB 5 100 113 -
CMYK 0.96 0.12 0 0.56
HSL 187.22º 0.92% 0.23% -
HSV(B) 187.22º 0.96% 0.44% -
XYZ 7.6 10.34 17.22 -
YUV 73.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 5 100 113 0.96 0.12 0 0.56 187.22 0.92 0.23
Hex 5 64 71 60 C 0 38 BB 5C 17
Octal 5 144 161 140 14 0 70 273 134 27
Binary 101 1100100 1110001 1100000 1100 0 111000 10111011 1011100 10111

Color Harmonies of #056471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056471

Black with #056471

Text Example


Text Example

White with #056471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056471; }

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

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

background-color css

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

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

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

border-color css

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

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

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