Html Css Color HEX #575266 Smoky

📋 copy color: '#575266'

red 87 ◦ green 82 ◦ blue 102

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

Shades of Smoky #575266

Tints of Smoky #575266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 32.1%
G = 30.26%
B = 37.64%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#575266 (or 0x575266) is known color: Smoky. HEX triplet: 57, 52 and 66. RGB value is (87,82,102). Sum of RGB (Red+Green+Blue) = 87+82+102=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #575266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575266 is #A8AD99. Grayscale: #555555. Windows color (decimal): -11054490 or 6705751. OLE color: 6705751.

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

Color convert

RGB 87 82 102 -
CMYK 0.15 0.20 0 0.6
HSL 255º 0.11% 0.36% -
HSV(B) 255º 0.2% 0.4% -
XYZ 9.35 9.02 13.82 -
YUV 85.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 87 82 102 0.15 0.20 0 0.6 255 0.11 0.36
Hex 57 52 66 F 14 0 3C FF B 24
Octal 127 122 146 17 24 0 74 377 13 44
Binary 1010111 1010010 1100110 1111 10100 0 111100 11111111 1011 100100

Color Harmonies of #575266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575266

Black with #575266

Text Example


Text Example

White with #575266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575266; }

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

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

background-color css

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

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

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

border-color css

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

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

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