Html Css Color HEX #575967 Bright Grey

📋 copy color: '#575967'

red 87 ◦ green 89 ◦ blue 103

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

Shades of Bright Grey #575967

Tints of Bright Grey #575967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.9%

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 31.18%
G = 31.9%
B = 36.92%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575967 (or 0x575967) is known color: Bright Grey. HEX triplet: 57, 59 and 67. RGB value is (87,89,103). Sum of RGB (Red+Green+Blue) = 87+89+103=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #575967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575967 is #A8A698. Grayscale: #595959. Windows color (decimal): -11052697 or 6773079. OLE color: 6773079.

HSL color Cylindrical-coordinate representation of color #575967: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575967 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 89 103 -
CMYK 0.16 0.14 0 0.60
HSL 232.5º 0.08% 0.37% -
HSV(B) 232.5º 0.16% 0.4% -
XYZ 9.95 10.15 14.27 -
YUV 90 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 87 89 103 0.16 0.14 0 0.60 232.5 0.08 0.37
Hex 57 59 67 10 E 0 3C E8 8 25
Octal 127 131 147 20 16 0 74 350 10 45
Binary 1010111 1011001 1100111 10000 1110 0 111100 11101000 1000 100101

Color Harmonies of #575967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575967

Black with #575967

Text Example


Text Example

White with #575967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575967; }

 p { color: rgb(87,89,103); }

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

background-color css

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

 a { background-color: rgb(87,89,103); }

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

border-color css

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

 span { border-color: rgb(87,89,103); }

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