Html Css Color HEX #565174 Smoky

📋 copy color: '#565174'

red 86 ◦ green 81 ◦ blue 116

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

Shades of Smoky #565174

Tints of Smoky #565174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 30.39%
G = 28.62%
B = 40.99%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565174 (or 0x565174) is known color: Smoky. HEX triplet: 56, 51 and 74. RGB value is (86,81,116). Sum of RGB (Red+Green+Blue) = 86+81+116=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #565174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565174 is #A9AE8B. Grayscale: #565656. Windows color (decimal): -11120268 or 7622998. OLE color: 7622998.

HSL color Cylindrical-coordinate representation of color #565174: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #565174 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 81 116 -
CMYK 0.26 0.30 0 0.55
HSL 248.57º 0.18% 0.39% -
HSV(B) 248.57º 0.3% 0.45% -
XYZ 9.93 9.12 17.76 -
YUV 86.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 86 81 116 0.26 0.30 0 0.55 248.57 0.18 0.39
Hex 56 51 74 1A 1E 0 37 F9 12 27
Octal 126 121 164 32 36 0 67 371 22 47
Binary 1010110 1010001 1110100 11010 11110 0 110111 11111001 10010 100111

Color Harmonies of #565174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565174

Black with #565174

Text Example


Text Example

White with #565174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565174; }

 p { color: rgb(86,81,116); }

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

background-color css

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

 a { background-color: rgb(86,81,116); }

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

border-color css

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

 span { border-color: rgb(86,81,116); }

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