Html Css Color HEX #575268 Smoky

📋 copy color: '#575268'

red 87 ◦ green 82 ◦ blue 104

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

Shades of Smoky #575268

Tints of Smoky #575268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 31.87%
G = 30.04%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575268 (or 0x575268) is known color: Smoky. HEX triplet: 57, 52 and 68. RGB value is (87,82,104). Sum of RGB (Red+Green+Blue) = 87+82+104=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #575268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575268 is #A8AD97. Grayscale: #555555. Windows color (decimal): -11054488 or 6836823. OLE color: 6836823.

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

Color convert

RGB 87 82 104 -
CMYK 0.16 0.21 0 0.59
HSL 253.64º 0.12% 0.36% -
HSV(B) 253.64º 0.21% 0.41% -
XYZ 9.45 9.06 14.35 -
YUV 86 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 87 82 104 0.16 0.21 0 0.59 253.64 0.12 0.36
Hex 57 52 68 10 15 0 3B FE C 24
Octal 127 122 150 20 25 0 73 376 14 44
Binary 1010111 1010010 1101000 10000 10101 0 111011 11111110 1100 100100

Color Harmonies of #575268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575268

Black with #575268

Text Example


Text Example

White with #575268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575268; }

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

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

background-color css

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

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

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

border-color css

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

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

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