Html Css Color HEX #5A5348 Judge Grey

📋 copy color: '#5A5348'

red 90 ◦ green 83 ◦ blue 72

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

Shades of Judge Grey #5A5348

Tints of Judge Grey #5A5348

RGB

 RED value IS 90 (35.55% from 255) = 36.73%

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 36.73%
G = 33.88%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A5348 (or 0x5A5348) is known color: Judge Grey. HEX triplet: 5A, 53 and 48. RGB value is (90,83,72). Sum of RGB (Red+Green+Blue) = 90+83+72=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5348 is #A5ACB7. Grayscale: #535353. Windows color (decimal): -10857656 or 4739930. OLE color: 4739930.

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

Color convert

RGB 90 83 72 -
CMYK 0 0.08 0.20 0.65
HSL 36.67º 0.11% 0.32% -
HSV(B) 36.67º 0.2% 0.35% -
XYZ 8.48 8.83 7.39 -
YUV 83.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 90 83 72 0 0.08 0.20 0.65 36.67 0.11 0.32
Hex 5A 53 48 0 8 14 41 25 B 20
Octal 132 123 110 0 10 24 101 45 13 40
Binary 1011010 1010011 1001000 0 1000 10100 1000001 100101 1011 100000

Color Harmonies of #5A5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5348

Black with #5A5348

Text Example


Text Example

White with #5A5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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