Html Css Color HEX #575965 Bright Grey

📋 copy color: '#575965'

red 87 ◦ green 89 ◦ blue 101

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

Shades of Bright Grey #575965

Tints of Bright Grey #575965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

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

R = 31.41%
G = 32.13%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575965 (or 0x575965) is known color: Bright Grey. HEX triplet: 57, 59 and 65. RGB value is (87,89,101). Sum of RGB (Red+Green+Blue) = 87+89+101=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #575965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575965 is #A8A69A. Grayscale: #595959. Windows color (decimal): -11052699 or 6642007. OLE color: 6642007.

HSL color Cylindrical-coordinate representation of color #575965: hue angle of 231.43º 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 #575965 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 89 101 -
CMYK 0.14 0.12 0 0.60
HSL 231.43º 0.07% 0.37% -
HSV(B) 231.43º 0.14% 0.4% -
XYZ 9.85 10.11 13.74 -
YUV 89.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 87 89 101 0.14 0.12 0 0.60 231.43 0.07 0.37
Hex 57 59 65 E C 0 3C E7 7 25
Octal 127 131 145 16 14 0 74 347 7 45
Binary 1010111 1011001 1100101 1110 1100 0 111100 11100111 111 100101

Color Harmonies of #575965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575965

Black with #575965

Text Example


Text Example

White with #575965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575965; }

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

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

background-color css

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

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

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

border-color css

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

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

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