Html Css Color HEX #565271 Smoky

📋 copy color: '#565271'

red 86 ◦ green 82 ◦ blue 113

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

Shades of Smoky #565271

Tints of Smoky #565271

RGB

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

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

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

R = 30.6%
G = 29.18%
B = 40.21%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565271 (or 0x565271) is known color: Smoky. HEX triplet: 56, 52 and 71. RGB value is (86,82,113). Sum of RGB (Red+Green+Blue) = 86+82+113=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #565271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565271 is #A9AD8E. Grayscale: #565656. Windows color (decimal): -11120015 or 7426646. OLE color: 7426646.

HSL color Cylindrical-coordinate representation of color #565271: hue angle of 247.74º degrees, saturation: 0.16, 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 #565271 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 82 113 -
CMYK 0.24 0.27 0 0.56
HSL 247.74º 0.16% 0.38% -
HSV(B) 247.74º 0.27% 0.44% -
XYZ 9.84 9.21 16.88 -
YUV 86.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 86 82 113 0.24 0.27 0 0.56 247.74 0.16 0.38
Hex 56 52 71 18 1B 0 38 F8 10 26
Octal 126 122 161 30 33 0 70 370 20 46
Binary 1010110 1010010 1110001 11000 11011 0 111000 11111000 10000 100110

Color Harmonies of #565271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565271

Black with #565271

Text Example


Text Example

White with #565271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565271; }

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

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

background-color css

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

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

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

border-color css

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

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

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