Html Css Color HEX #575C6A Bright Grey

📋 copy color: '#575C6A'

red 87 ◦ green 92 ◦ blue 106

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

Shades of Bright Grey #575C6A

Tints of Bright Grey #575C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 30.53%
G = 32.28%
B = 37.19%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575C6A (or 0x575C6A) is known color: Bright Grey. HEX triplet: 57, 5C and 6A. RGB value is (87,92,106). Sum of RGB (Red+Green+Blue) = 87+92+106=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #575C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C6A is #A8A395. Grayscale: #5C5C5C. Windows color (decimal): -11051926 or 6970455. OLE color: 6970455.

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

Color convert

RGB 87 92 106 -
CMYK 0.18 0.13 0 0.58
HSL 224.21º 0.1% 0.38% -
HSV(B) 224.21º 0.18% 0.42% -
XYZ 10.36 10.72 15.16 -
YUV 92.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 87 92 106 0.18 0.13 0 0.58 224.21 0.1 0.38
Hex 57 5C 6A 12 D 0 3A E0 A 26
Octal 127 134 152 22 15 0 72 340 12 46
Binary 1010111 1011100 1101010 10010 1101 0 111010 11100000 1010 100110

Color Harmonies of #575C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C6A

Black with #575C6A

Text Example


Text Example

White with #575C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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