Html Css Color HEX #565270 Smoky

📋 copy color: '#565270'

red 86 ◦ green 82 ◦ blue 112

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

Shades of Smoky #565270

Tints of Smoky #565270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 30.71%
G = 29.29%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565270 (or 0x565270) is known color: Smoky. HEX triplet: 56, 52 and 70. RGB value is (86,82,112). Sum of RGB (Red+Green+Blue) = 86+82+112=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #565270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565270 is #A9AD8F. Grayscale: #565656. Windows color (decimal): -11120016 or 7361110. OLE color: 7361110.

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

Color convert

RGB 86 82 112 -
CMYK 0.23 0.27 0 0.56
HSL 248º 0.15% 0.38% -
HSV(B) 248º 0.27% 0.44% -
XYZ 9.78 9.18 16.59 -
YUV 86.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 86 82 112 0.23 0.27 0 0.56 248 0.15 0.38
Hex 56 52 70 17 1B 0 38 F8 F 26
Octal 126 122 160 27 33 0 70 370 17 46
Binary 1010110 1010010 1110000 10111 11011 0 111000 11111000 1111 100110

Color Harmonies of #565270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565270

Black with #565270

Text Example


Text Example

White with #565270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565270; }

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

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

background-color css

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

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

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

border-color css

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

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

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