Html Css Color HEX #575B6C Bright Grey

📋 copy color: '#575B6C'

red 87 ◦ green 91 ◦ blue 108

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

Shades of Bright Grey #575B6C

Tints of Bright Grey #575B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 30.42%
G = 31.82%
B = 37.76%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575B6C (or 0x575B6C) is known color: Bright Grey. HEX triplet: 57, 5B and 6C. RGB value is (87,91,108). Sum of RGB (Red+Green+Blue) = 87+91+108=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #575B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B6C is #A8A493. Grayscale: #5B5B5B. Windows color (decimal): -11052180 or 7101271. OLE color: 7101271.

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

Color convert

RGB 87 91 108 -
CMYK 0.19 0.16 0 0.58
HSL 228.57º 0.11% 0.38% -
HSV(B) 228.57º 0.19% 0.42% -
XYZ 10.38 10.59 15.68 -
YUV 91.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 87 91 108 0.19 0.16 0 0.58 228.57 0.11 0.38
Hex 57 5B 6C 13 10 0 3A E5 B 26
Octal 127 133 154 23 20 0 72 345 13 46
Binary 1010111 1011011 1101100 10011 10000 0 111010 11100101 1011 100110

Color Harmonies of #575B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B6C

Black with #575B6C

Text Example


Text Example

White with #575B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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