Html Css Color HEX #565073 Smoky

📋 copy color: '#565073'

red 86 ◦ green 80 ◦ blue 115

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

Shades of Smoky #565073

Tints of Smoky #565073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 30.6%
G = 28.47%
B = 40.93%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565073 (or 0x565073) is known color: Smoky. HEX triplet: 56, 50 and 73. RGB value is (86,80,115). Sum of RGB (Red+Green+Blue) = 86+80+115=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #565073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565073 is #A9AF8C. Grayscale: #555555. Windows color (decimal): -11120525 or 7557206. OLE color: 7557206.

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

Color convert

RGB 86 80 115 -
CMYK 0.25 0.30 0 0.55
HSL 250.29º 0.18% 0.38% -
HSV(B) 250.29º 0.3% 0.45% -
XYZ 9.8 8.95 17.43 -
YUV 85.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 86 80 115 0.25 0.30 0 0.55 250.29 0.18 0.38
Hex 56 50 73 19 1E 0 37 FA 12 26
Octal 126 120 163 31 36 0 67 372 22 46
Binary 1010110 1010000 1110011 11001 11110 0 110111 11111010 10010 100110

Color Harmonies of #565073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565073

Black with #565073

Text Example


Text Example

White with #565073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565073; }

 p { color: rgb(86,80,115); }

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

background-color css

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

 a { background-color: rgb(86,80,115); }

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

border-color css

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

 span { border-color: rgb(86,80,115); }

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