Html Css Color HEX #575E6F Bright Grey

📋 copy color: '#575E6F'

red 87 ◦ green 94 ◦ blue 111

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

Shades of Bright Grey #575E6F

Tints of Bright Grey #575E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 29.79%
G = 32.19%
B = 38.01%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575E6F (or 0x575E6F) is known color: Bright Grey. HEX triplet: 57, 5E and 6F. RGB value is (87,94,111). Sum of RGB (Red+Green+Blue) = 87+94+111=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #575E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E6F is #A8A190. Grayscale: #5D5D5D. Windows color (decimal): -11051409 or 7298647. OLE color: 7298647.

HSL color Cylindrical-coordinate representation of color #575E6F: hue angle of 222.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575E6F is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 94 111 -
CMYK 0.22 0.15 0 0.56
HSL 222.5º 0.12% 0.39% -
HSV(B) 222.5º 0.22% 0.44% -
XYZ 10.8 11.18 16.63 -
YUV 93.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 87 94 111 0.22 0.15 0 0.56 222.5 0.12 0.39
Hex 57 5E 6F 16 F 0 38 DE C 27
Octal 127 136 157 26 17 0 70 336 14 47
Binary 1010111 1011110 1101111 10110 1111 0 111000 11011110 1100 100111

Color Harmonies of #575E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E6F

Black with #575E6F

Text Example


Text Example

White with #575E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,94,111); }

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

background-color css

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

 a { background-color: rgb(87,94,111); }

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

border-color css

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

 span { border-color: rgb(87,94,111); }

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