Html Css Color HEX #575B6B Bright Grey

📋 copy color: '#575B6B'

red 87 ◦ green 91 ◦ blue 107

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

Shades of Bright Grey #575B6B

Tints of Bright Grey #575B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

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

R = 30.53%
G = 31.93%
B = 37.54%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575B6B (or 0x575B6B) is known color: Bright Grey. HEX triplet: 57, 5B and 6B. RGB value is (87,91,107). Sum of RGB (Red+Green+Blue) = 87+91+107=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #575B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B6B is #A8A494. Grayscale: #5B5B5B. Windows color (decimal): -11052181 or 7035735. OLE color: 7035735.

HSL color Cylindrical-coordinate representation of color #575B6B: hue angle of 228º 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 #575B6B is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 91 107 -
CMYK 0.19 0.15 0 0.58
HSL 228º 0.1% 0.38% -
HSV(B) 228º 0.19% 0.42% -
XYZ 10.33 10.57 15.41 -
YUV 91.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 87 91 107 0.19 0.15 0 0.58 228 0.1 0.38
Hex 57 5B 6B 13 F 0 3A E4 A 26
Octal 127 133 153 23 17 0 72 344 12 46
Binary 1010111 1011011 1101011 10011 1111 0 111010 11100100 1010 100110

Color Harmonies of #575B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B6B

Black with #575B6B

Text Example


Text Example

White with #575B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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