Html Css Color HEX #056470 Blue Lagoon

📋 copy color: '#056470'

red 5 ◦ green 100 ◦ blue 112

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

Shades of Blue Lagoon #056470

Tints of Blue Lagoon #056470

RGB

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

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

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

R = 2.3%
G = 46.08%
B = 51.61%

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

#056470 (or 0x056470) is known color: Blue Lagoon. HEX triplet: 05, 64 and 70. RGB value is (5,100,112). Sum of RGB (Red+Green+Blue) = 5+100+112=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #056470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056470 is #FA9B8F. Grayscale: #484848. Windows color (decimal): -16423824 or 7365637. OLE color: 7365637.

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

Color convert

RGB 5 100 112 -
CMYK 0.96 0.11 0 0.56
HSL 186.73º 0.91% 0.23% -
HSV(B) 186.73º 0.96% 0.44% -
XYZ 7.54 10.32 16.92 -
YUV 72.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 5 100 112 0.96 0.11 0 0.56 186.73 0.91 0.23
Hex 5 64 70 60 B 0 38 BB 5B 17
Octal 5 144 160 140 13 0 70 273 133 27
Binary 101 1100100 1110000 1100000 1011 0 111000 10111011 1011011 10111

Color Harmonies of #056470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056470

Black with #056470

Text Example


Text Example

White with #056470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056470; }

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

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

background-color css

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

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

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

border-color css

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

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

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