Html Css Color HEX #575C6C Bright Grey

📋 copy color: '#575C6C'

red 87 ◦ green 92 ◦ blue 108

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

Shades of Bright Grey #575C6C

Tints of Bright Grey #575C6C

RGB

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

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

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

R = 30.31%
G = 32.06%
B = 37.63%

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

#575C6C (or 0x575C6C) is known color: Bright Grey. HEX triplet: 57, 5C and 6C. RGB value is (87,92,108). Sum of RGB (Red+Green+Blue) = 87+92+108=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #575C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C6C is #A8A393. Grayscale: #5C5C5C. Windows color (decimal): -11051924 or 7101527. OLE color: 7101527.

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

Color convert

RGB 87 92 108 -
CMYK 0.19 0.15 0 0.58
HSL 225.71º 0.11% 0.38% -
HSV(B) 225.71º 0.19% 0.42% -
XYZ 10.46 10.76 15.71 -
YUV 92.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 87 92 108 0.19 0.15 0 0.58 225.71 0.11 0.38
Hex 57 5C 6C 13 F 0 3A E2 B 26
Octal 127 134 154 23 17 0 72 342 13 46
Binary 1010111 1011100 1101100 10011 1111 0 111010 11100010 1011 100110

Color Harmonies of #575C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C6C

Black with #575C6C

Text Example


Text Example

White with #575C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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