Html Css Color HEX #575D69 Bright Grey

📋 copy color: '#575D69'

red 87 ◦ green 93 ◦ blue 105

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

Shades of Bright Grey #575D69

Tints of Bright Grey #575D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 30.53%
G = 32.63%
B = 36.84%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575D69 (or 0x575D69) is known color: Bright Grey. HEX triplet: 57, 5D and 69. RGB value is (87,93,105). Sum of RGB (Red+Green+Blue) = 87+93+105=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #575D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D69 is #A8A296. Grayscale: #5C5C5C. Windows color (decimal): -11051671 or 6905175. OLE color: 6905175.

HSL color Cylindrical-coordinate representation of color #575D69: hue angle of 220º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575D69 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 93 105 -
CMYK 0.17 0.11 0 0.59
HSL 220º 0.09% 0.38% -
HSV(B) 220º 0.17% 0.41% -
XYZ 10.39 10.87 14.92 -
YUV 92.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 87 93 105 0.17 0.11 0 0.59 220 0.09 0.38
Hex 57 5D 69 11 B 0 3B DC 9 26
Octal 127 135 151 21 13 0 73 334 11 46
Binary 1010111 1011101 1101001 10001 1011 0 111011 11011100 1001 100110

Color Harmonies of #575D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D69

Black with #575D69

Text Example


Text Example

White with #575D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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