Html Css Color HEX #575D68 Bright Grey

📋 copy color: '#575D68'

red 87 ◦ green 93 ◦ blue 104

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

Shades of Bright Grey #575D68

Tints of Bright Grey #575D68

RGB

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

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

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

R = 30.63%
G = 32.75%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575D68 (or 0x575D68) is known color: Bright Grey. HEX triplet: 57, 5D and 68. RGB value is (87,93,104). Sum of RGB (Red+Green+Blue) = 87+93+104=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #575D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D68 is #A8A297. Grayscale: #5C5C5C. Windows color (decimal): -11051672 or 6839639. OLE color: 6839639.

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

Color convert

RGB 87 93 104 -
CMYK 0.16 0.11 0 0.59
HSL 218.82º 0.09% 0.37% -
HSV(B) 218.82º 0.16% 0.41% -
XYZ 10.34 10.85 14.65 -
YUV 92.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 87 93 104 0.16 0.11 0 0.59 218.82 0.09 0.37
Hex 57 5D 68 10 B 0 3B DB 9 25
Octal 127 135 150 20 13 0 73 333 11 45
Binary 1010111 1011101 1101000 10000 1011 0 111011 11011011 1001 100101

Color Harmonies of #575D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D68

Black with #575D68

Text Example


Text Example

White with #575D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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