Html Css Color HEX #575D6E Bright Grey

📋 copy color: '#575D6E'

red 87 ◦ green 93 ◦ blue 110

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

Shades of Bright Grey #575D6E

Tints of Bright Grey #575D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 30%
G = 32.07%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#575D6E (or 0x575D6E) is known color: Bright Grey. HEX triplet: 57, 5D and 6E. RGB value is (87,93,110). Sum of RGB (Red+Green+Blue) = 87+93+110=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #575D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D6E is #A8A291. Grayscale: #5D5D5D. Windows color (decimal): -11051666 or 7232855. OLE color: 7232855.

HSL color Cylindrical-coordinate representation of color #575D6E: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575D6E is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 93 110 -
CMYK 0.21 0.15 0 0.57
HSL 224.35º 0.12% 0.39% -
HSV(B) 224.35º 0.21% 0.43% -
XYZ 10.66 10.98 16.31 -
YUV 93.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 87 93 110 0.21 0.15 0 0.57 224.35 0.12 0.39
Hex 57 5D 6E 15 F 0 39 E0 C 27
Octal 127 135 156 25 17 0 71 340 14 47
Binary 1010111 1011101 1101110 10101 1111 0 111001 11100000 1100 100111

Color Harmonies of #575D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D6E

Black with #575D6E

Text Example


Text Example

White with #575D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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