Html Css Color HEX #575D65 Bright Grey

📋 copy color: '#575D65'

red 87 ◦ green 93 ◦ blue 101

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

Shades of Bright Grey #575D65

Tints of Bright Grey #575D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 30.96%
G = 33.1%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575D65 (or 0x575D65) is known color: Bright Grey. HEX triplet: 57, 5D and 65. RGB value is (87,93,101). Sum of RGB (Red+Green+Blue) = 87+93+101=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #575D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D65 is #A8A29A. Grayscale: #5C5C5C. Windows color (decimal): -11051675 or 6643031. OLE color: 6643031.

HSL color Cylindrical-coordinate representation of color #575D65: hue angle of 214.29º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #575D65 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 93 101 -
CMYK 0.14 0.08 0 0.60
HSL 214.29º 0.07% 0.37% -
HSV(B) 214.29º 0.14% 0.4% -
XYZ 10.19 10.79 13.86 -
YUV 92.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 87 93 101 0.14 0.08 0 0.60 214.29 0.07 0.37
Hex 57 5D 65 E 8 0 3C D6 7 25
Octal 127 135 145 16 10 0 74 326 7 45
Binary 1010111 1011101 1100101 1110 1000 0 111100 11010110 111 100101

Color Harmonies of #575D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D65

Black with #575D65

Text Example


Text Example

White with #575D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575D65; }

 p { color: rgb(87,93,101); }

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

background-color css

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

 a { background-color: rgb(87,93,101); }

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

border-color css

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

 span { border-color: rgb(87,93,101); }

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