Html Css Color HEX #056571 Blue Lagoon

📋 copy color: '#056571'

red 5 ◦ green 101 ◦ blue 113

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

Shades of Blue Lagoon #056571

Tints of Blue Lagoon #056571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

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

R = 2.28%
G = 46.12%
B = 51.6%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056571 (or 0x056571) is known color: Blue Lagoon. HEX triplet: 05, 65 and 71. RGB value is (5,101,113). Sum of RGB (Red+Green+Blue) = 5+101+113=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #056571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056571 is #FA9A8E. Grayscale: #494949. Windows color (decimal): -16423567 or 7431429. OLE color: 7431429.

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

Color convert

RGB 5 101 113 -
CMYK 0.96 0.11 0 0.56
HSL 186.67º 0.92% 0.23% -
HSV(B) 186.67º 0.96% 0.44% -
XYZ 7.7 10.53 17.25 -
YUV 73.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 5 101 113 0.96 0.11 0 0.56 186.67 0.92 0.23
Hex 5 65 71 60 B 0 38 BB 5C 17
Octal 5 145 161 140 13 0 70 273 134 27
Binary 101 1100101 1110001 1100000 1011 0 111000 10111011 1011100 10111

Color Harmonies of #056571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056571

Black with #056571

Text Example


Text Example

White with #056571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056571; }

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

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

background-color css

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

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

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

border-color css

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

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

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