Html Css Color HEX #575968 Bright Grey

📋 copy color: '#575968'

red 87 ◦ green 89 ◦ blue 104

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

Shades of Bright Grey #575968

Tints of Bright Grey #575968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 31.07%
G = 31.79%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575968 (or 0x575968) is known color: Bright Grey. HEX triplet: 57, 59 and 68. RGB value is (87,89,104). Sum of RGB (Red+Green+Blue) = 87+89+104=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #575968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575968 is #A8A697. Grayscale: #5A5A5A. Windows color (decimal): -11052696 or 6838615. OLE color: 6838615.

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

Color convert

RGB 87 89 104 -
CMYK 0.16 0.14 0 0.59
HSL 232.94º 0.09% 0.37% -
HSV(B) 232.94º 0.16% 0.41% -
XYZ 10 10.17 14.53 -
YUV 90.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 87 89 104 0.16 0.14 0 0.59 232.94 0.09 0.37
Hex 57 59 68 10 E 0 3B E9 9 25
Octal 127 131 150 20 16 0 73 351 11 45
Binary 1010111 1011001 1101000 10000 1110 0 111011 11101001 1001 100101

Color Harmonies of #575968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575968

Black with #575968

Text Example


Text Example

White with #575968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575968; }

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

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

background-color css

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

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

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

border-color css

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

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

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