#575451

Color #575451 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #575451

Tints of Judge Grey #575451

Color information

#575451 (or 0x575451) is unknown color: approx Judge Grey. HEX triplet: 57, 54 and 51. RGB value is (87,84,81). Sum of RGB (Red+Green+Blue) = 87+84+81=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575451 is #A8ABAE. Grayscale: #545454. Windows color (decimal): -11053999 or 5330007. OLE color: 5330007.

HSL color Cylindrical-coordinate representation of color #575451: hue angle of 30º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575451 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB878481-
CMYK00.030.070.66
HSL30º3.57%32.94%-
HSV(B)30º6.9%34.12%-
XYZ8.598.969.06-
YUV84.56125.99129.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=34.52%
G=33.33%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87848100.030.070.66303.5732.94
Hex575451037421e421
Octal12712412103710236441
Binary101011110101001010001011111100001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575451; }

 p { color: rgb(87,84,81); }

 H1.HeaderClassName
 {
   color: #575451;
 }
 .AnyTagClassName
 {
   color: #575451;
 }
</style>
background-color css

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

 a { background-color: rgb(87,84,81); }

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

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

 span { border-color: rgb(87,84,81); }

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