Html Css Color HEX #565472 Smoky

📋 copy color: '#565472'

red 86 ◦ green 84 ◦ blue 114

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

Shades of Smoky #565472

Tints of Smoky #565472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 30.28%
G = 29.58%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565472 (or 0x565472) is known color: Smoky. HEX triplet: 56, 54 and 72. RGB value is (86,84,114). Sum of RGB (Red+Green+Blue) = 86+84+114=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #565472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565472 is #A9AB8D. Grayscale: #575757. Windows color (decimal): -11119502 or 7492694. OLE color: 7492694.

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

Color convert

RGB 86 84 114 -
CMYK 0.25 0.26 0 0.55
HSL 244º 0.15% 0.39% -
HSV(B) 244º 0.26% 0.45% -
XYZ 10.05 9.53 17.23 -
YUV 88.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 86 84 114 0.25 0.26 0 0.55 244 0.15 0.39
Hex 56 54 72 19 1A 0 37 F4 F 27
Octal 126 124 162 31 32 0 67 364 17 47
Binary 1010110 1010100 1110010 11001 11010 0 110111 11110100 1111 100111

Color Harmonies of #565472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565472

Black with #565472

Text Example


Text Example

White with #565472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565472; }

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

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

background-color css

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

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

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

border-color css

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

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

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