Html Css Color HEX #575368 Smoky

📋 copy color: '#575368'

red 87 ◦ green 83 ◦ blue 104

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

Shades of Smoky #575368

Tints of Smoky #575368

RGB

 RED value IS 87 (34.38% from 255) = 31.75%

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

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

R = 31.75%
G = 30.29%
B = 37.96%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575368 (or 0x575368) is known color: Smoky. HEX triplet: 57, 53 and 68. RGB value is (87,83,104). Sum of RGB (Red+Green+Blue) = 87+83+104=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #575368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575368 is #A8AC97. Grayscale: #565656. Windows color (decimal): -11054232 or 6837079. OLE color: 6837079.

HSL color Cylindrical-coordinate representation of color #575368: hue angle of 251.43º 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 #575368 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 83 104 -
CMYK 0.16 0.20 0 0.59
HSL 251.43º 0.11% 0.37% -
HSV(B) 251.43º 0.2% 0.41% -
XYZ 9.52 9.21 14.37 -
YUV 86.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 87 83 104 0.16 0.20 0 0.59 251.43 0.11 0.37
Hex 57 53 68 10 14 0 3B FB B 25
Octal 127 123 150 20 24 0 73 373 13 45
Binary 1010111 1010011 1101000 10000 10100 0 111011 11111011 1011 100101

Color Harmonies of #575368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575368

Black with #575368

Text Example


Text Example

White with #575368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575368; }

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

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

background-color css

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

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

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

border-color css

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

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

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