Html Css Color HEX #056570 Blue Lagoon

📋 copy color: '#056570'

red 5 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #056570

Tints of Blue Lagoon #056570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.38%

R = 2.29%
G = 46.33%
B = 51.38%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056570 (or 0x056570) is known color: Blue Lagoon. HEX triplet: 05, 65 and 70. RGB value is (5,101,112). Sum of RGB (Red+Green+Blue) = 5+101+112=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #056570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056570 is #FA9A8F. Grayscale: #494949. Windows color (decimal): -16423568 or 7365893. OLE color: 7365893.

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

Color convert

RGB 5 101 112 -
CMYK 0.96 0.10 0 0.56
HSL 186.17º 0.91% 0.23% -
HSV(B) 186.17º 0.96% 0.44% -
XYZ 7.64 10.51 16.96 -
YUV 73.55 149.7 79.11 -
System Red Green Blue C M Y K H S L
Decimal 5 101 112 0.96 0.10 0 0.56 186.17 0.91 0.23
Hex 5 65 70 60 A 0 38 BA 5B 17
Octal 5 145 160 140 12 0 70 272 133 27
Binary 101 1100101 1110000 1100000 1010 0 111000 10111010 1011011 10111

Color Harmonies of #056570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056570

Black with #056570

Text Example


Text Example

White with #056570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056570; }

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

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

background-color css

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

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

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

border-color css

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

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

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