Html Css Color HEX #565470 Smoky

📋 copy color: '#565470'

red 86 ◦ green 84 ◦ blue 112

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

Shades of Smoky #565470

Tints of Smoky #565470

RGB

 RED value IS 86 (33.98% from 255) = 30.5%

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 30.5%
G = 29.79%
B = 39.72%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565470 (or 0x565470) is known color: Smoky. HEX triplet: 56, 54 and 70. RGB value is (86,84,112). Sum of RGB (Red+Green+Blue) = 86+84+112=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #565470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565470 is #A9AB8F. Grayscale: #575757. Windows color (decimal): -11119504 or 7361622. OLE color: 7361622.

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

Color convert

RGB 86 84 112 -
CMYK 0.23 0.25 0 0.56
HSL 244.29º 0.14% 0.38% -
HSV(B) 244.29º 0.25% 0.44% -
XYZ 9.93 9.49 16.64 -
YUV 87.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 86 84 112 0.23 0.25 0 0.56 244.29 0.14 0.38
Hex 56 54 70 17 19 0 38 F4 E 26
Octal 126 124 160 27 31 0 70 364 16 46
Binary 1010110 1010100 1110000 10111 11001 0 111000 11110100 1110 100110

Color Harmonies of #565470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565470

Black with #565470

Text Example


Text Example

White with #565470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565470; }

 p { color: rgb(86,84,112); }

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

background-color css

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

 a { background-color: rgb(86,84,112); }

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

border-color css

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

 span { border-color: rgb(86,84,112); }

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