Html Css Color HEX #575568 Smoky

📋 copy color: '#575568'

red 87 ◦ green 85 ◦ blue 104

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

Shades of Smoky #575568

Tints of Smoky #575568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 31.52%
G = 30.8%
B = 37.68%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575568 (or 0x575568) is known color: Smoky. HEX triplet: 57, 55 and 68. RGB value is (87,85,104). Sum of RGB (Red+Green+Blue) = 87+85+104=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #575568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575568 is #A8AA97. Grayscale: #575757. Windows color (decimal): -11053720 or 6837591. OLE color: 6837591.

HSL color Cylindrical-coordinate representation of color #575568: hue angle of 246.32º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575568 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 85 104 -
CMYK 0.16 0.18 0 0.59
HSL 246.32º 0.1% 0.37% -
HSV(B) 246.32º 0.18% 0.41% -
XYZ 9.68 9.52 14.42 -
YUV 87.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 87 85 104 0.16 0.18 0 0.59 246.32 0.1 0.37
Hex 57 55 68 10 12 0 3B F6 A 25
Octal 127 125 150 20 22 0 73 366 12 45
Binary 1010111 1010101 1101000 10000 10010 0 111011 11110110 1010 100101

Color Harmonies of #575568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575568

Black with #575568

Text Example


Text Example

White with #575568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575568; }

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

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

background-color css

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

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

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

border-color css

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

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

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