Html Css Color HEX #575C6B Bright Grey

📋 copy color: '#575C6B'

red 87 ◦ green 92 ◦ blue 107

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

Shades of Bright Grey #575C6B

Tints of Bright Grey #575C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 30.42%
G = 32.17%
B = 37.41%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575C6B (or 0x575C6B) is known color: Bright Grey. HEX triplet: 57, 5C and 6B. RGB value is (87,92,107). Sum of RGB (Red+Green+Blue) = 87+92+107=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #575C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C6B is #A8A394. Grayscale: #5C5C5C. Windows color (decimal): -11051925 or 7035991. OLE color: 7035991.

HSL color Cylindrical-coordinate representation of color #575C6B: hue angle of 225º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575C6B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 92 107 -
CMYK 0.19 0.14 0 0.58
HSL 225º 0.1% 0.38% -
HSV(B) 225º 0.19% 0.42% -
XYZ 10.41 10.74 15.43 -
YUV 92.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 87 92 107 0.19 0.14 0 0.58 225 0.1 0.38
Hex 57 5C 6B 13 E 0 3A E1 A 26
Octal 127 134 153 23 16 0 72 341 12 46
Binary 1010111 1011100 1101011 10011 1110 0 111010 11100001 1010 100110

Color Harmonies of #575C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C6B

Black with #575C6B

Text Example


Text Example

White with #575C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,92,107); }

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

background-color css

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

 a { background-color: rgb(87,92,107); }

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

border-color css

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

 span { border-color: rgb(87,92,107); }

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