#5A534B

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

Shades of Judge Grey #5A534B

Tints of Judge Grey #5A534B

Color information

#5A534B (or 0x5A534B) is unknown color: approx Judge Grey. HEX triplet: 5A, 53 and 4B. RGB value is (90,83,75). Sum of RGB (Red+Green+Blue) = 90+83+75=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A534B is #A5ACB4. Grayscale: #545454. Windows color (decimal): -10857653 or 4936538. OLE color: 4936538.

HSL color Cylindrical-coordinate representation of color #5A534B: hue angle of 32º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A534B is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB908375-
CMYK00.080.170.65
HSL32º9.09%32.35%-
HSV(B)32º16.67%35.29%-
XYZ8.588.877.92-
YUV84.18122.82132.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=36.29%
G=33.47%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90837500.080.170.65329.0932.35
Hex5A534B08114120920
Octal13212311301021101401140
Binary101101010100111001011010001000110000011000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A534B; }

 p { color: rgb(90,83,75); }

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

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

 a { background-color: rgb(90,83,75); }

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

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

 span { border-color: rgb(90,83,75); }

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