Html Css Color HEX #565375 Smoky

📋 copy color: '#565375'

red 86 ◦ green 83 ◦ blue 117

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

Shades of Smoky #565375

Tints of Smoky #565375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 30.07%
G = 29.02%
B = 40.91%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565375 (or 0x565375) is known color: Smoky. HEX triplet: 56, 53 and 75. RGB value is (86,83,117). Sum of RGB (Red+Green+Blue) = 86+83+117=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #565375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565375 is #A9AC8A. Grayscale: #575757. Windows color (decimal): -11119755 or 7689046. OLE color: 7689046.

HSL color Cylindrical-coordinate representation of color #565375: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565375 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 83 117 -
CMYK 0.26 0.29 0 0.54
HSL 245.29º 0.17% 0.39% -
HSV(B) 245.29º 0.29% 0.46% -
XYZ 10.14 9.45 18.12 -
YUV 87.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 86 83 117 0.26 0.29 0 0.54 245.29 0.17 0.39
Hex 56 53 75 1A 1D 0 36 F5 11 27
Octal 126 123 165 32 35 0 66 365 21 47
Binary 1010110 1010011 1110101 11010 11101 0 110110 11110101 10001 100111

Color Harmonies of #565375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565375

Black with #565375

Text Example


Text Example

White with #565375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565375; }

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

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

background-color css

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

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

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

border-color css

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

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

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