Html Css Color HEX #585368 Smoky

📋 copy color: '#585368'

red 88 ◦ green 83 ◦ blue 104

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

Shades of Smoky #585368

Tints of Smoky #585368

RGB

 RED value IS 88 (34.77% from 255) = 32%

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

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 32%
G = 30.18%
B = 37.82%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585368 (or 0x585368) is known color: Smoky. HEX triplet: 58, 53 and 68. RGB value is (88,83,104). Sum of RGB (Red+Green+Blue) = 88+83+104=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #585368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585368 is #A7AC97. Grayscale: #565656. Windows color (decimal): -10988696 or 6837080. OLE color: 6837080.

HSL color Cylindrical-coordinate representation of color #585368: hue angle of 254.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #585368 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 83 104 -
CMYK 0.15 0.20 0 0.59
HSL 254.29º 0.11% 0.37% -
HSV(B) 254.29º 0.2% 0.41% -
XYZ 9.62 9.26 14.38 -
YUV 86.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 88 83 104 0.15 0.20 0 0.59 254.29 0.11 0.37
Hex 58 53 68 F 14 0 3B FE B 25
Octal 130 123 150 17 24 0 73 376 13 45
Binary 1011000 1010011 1101000 1111 10100 0 111011 11111110 1011 100101

Color Harmonies of #585368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585368

Black with #585368

Text Example


Text Example

White with #585368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585368; }

 p { color: rgb(88,83,104); }

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

background-color css

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

 a { background-color: rgb(88,83,104); }

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

border-color css

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

 span { border-color: rgb(88,83,104); }

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