Html Css Color HEX #565372 Smoky

📋 copy color: '#565372'

red 86 ◦ green 83 ◦ blue 114

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

Shades of Smoky #565372

Tints of Smoky #565372

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 30.39%
G = 29.33%
B = 40.28%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565372 (or 0x565372) is known color: Smoky. HEX triplet: 56, 53 and 72. RGB value is (86,83,114). Sum of RGB (Red+Green+Blue) = 86+83+114=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #565372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565372 is #A9AC8D. Grayscale: #575757. Windows color (decimal): -11119758 or 7492438. OLE color: 7492438.

HSL color Cylindrical-coordinate representation of color #565372: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #565372 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 83 114 -
CMYK 0.25 0.27 0 0.55
HSL 245.81º 0.16% 0.39% -
HSV(B) 245.81º 0.27% 0.45% -
XYZ 9.97 9.38 17.2 -
YUV 87.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 86 83 114 0.25 0.27 0 0.55 245.81 0.16 0.39
Hex 56 53 72 19 1B 0 37 F6 10 27
Octal 126 123 162 31 33 0 67 366 20 47
Binary 1010110 1010011 1110010 11001 11011 0 110111 11110110 10000 100111

Color Harmonies of #565372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565372

Black with #565372

Text Example


Text Example

White with #565372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565372; }

 p { color: rgb(86,83,114); }

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

background-color css

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

 a { background-color: rgb(86,83,114); }

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

border-color css

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

 span { border-color: rgb(86,83,114); }

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