Html Css Color HEX #575A6A Bright Grey

📋 copy color: '#575A6A'

red 87 ◦ green 90 ◦ blue 106

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

Shades of Bright Grey #575A6A

Tints of Bright Grey #575A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 30.74%
G = 31.8%
B = 37.46%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575A6A (or 0x575A6A) is known color: Bright Grey. HEX triplet: 57, 5A and 6A. RGB value is (87,90,106). Sum of RGB (Red+Green+Blue) = 87+90+106=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #575A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A6A is #A8A595. Grayscale: #5A5A5A. Windows color (decimal): -11052438 or 6969943. OLE color: 6969943.

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

Color convert

RGB 87 90 106 -
CMYK 0.18 0.15 0 0.58
HSL 230.53º 0.1% 0.38% -
HSV(B) 230.53º 0.18% 0.42% -
XYZ 10.19 10.38 15.1 -
YUV 90.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 87 90 106 0.18 0.15 0 0.58 230.53 0.1 0.38
Hex 57 5A 6A 12 F 0 3A E7 A 26
Octal 127 132 152 22 17 0 72 347 12 46
Binary 1010111 1011010 1101010 10010 1111 0 111010 11100111 1010 100110

Color Harmonies of #575A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A6A

Black with #575A6A

Text Example


Text Example

White with #575A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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