Html Css Color HEX #585450 Judge Grey

📋 copy color: '#585450'

red 88 ◦ green 84 ◦ blue 80

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

Shades of Judge Grey #585450

Tints of Judge Grey #585450

RGB

 RED value IS 88 (34.77% from 255) = 34.92%

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 34.92%
G = 33.33%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585450 (or 0x585450) is known color: Judge Grey. HEX triplet: 58, 54 and 50. RGB value is (88,84,80). Sum of RGB (Red+Green+Blue) = 88+84+80=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585450 is #A7ABAF. Grayscale: #545454. Windows color (decimal): -10988464 or 5264472. OLE color: 5264472.

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

Color convert

RGB 88 84 80 -
CMYK 0 0.05 0.09 0.65
HSL 30º 0.05% 0.33% -
HSV(B) 30º 0.09% 0.35% -
XYZ 8.64 8.99 8.87 -
YUV 84.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 88 84 80 0 0.05 0.09 0.65 30 0.05 0.33
Hex 58 54 50 0 5 9 41 1E 5 21
Octal 130 124 120 0 5 11 101 36 5 41
Binary 1011000 1010100 1010000 0 101 1001 1000001 11110 101 100001

Color Harmonies of #585450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585450

Black with #585450

Text Example


Text Example

White with #585450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585450; }

 p { color: rgb(88,84,80); }

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

background-color css

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

 a { background-color: rgb(88,84,80); }

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

border-color css

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

 span { border-color: rgb(88,84,80); }

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