#55504B

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

Shades of Judge Grey #55504B

Tints of Judge Grey #55504B

Color information

#55504B (or 0x55504B) is unknown color: approx Judge Grey. HEX triplet: 55, 50 and 4B. RGB value is (85,80,75). Sum of RGB (Red+Green+Blue) = 85+80+75=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #55504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55504B is #AAAFB4. Grayscale: #505050. Windows color (decimal): -11186101 or 4935765. OLE color: 4935765.

HSL color Cylindrical-coordinate representation of color #55504B: hue angle of 30º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55504B is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB858075-
CMYK00.060.120.67
HSL30º6.25%31.37%-
HSV(B)30º11.76%33.33%-
XYZ7.888.187.82-
YUV80.92124.66130.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=35.42%
G=33.33%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807500.060.120.67306.2531.37
Hex55504B06C431e61f
Octal125120113061410336637
Binary1010101101000010010110110110010000111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55504B; }

 p { color: rgb(85,80,75); }

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

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

 a { background-color: rgb(85,80,75); }

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

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

 span { border-color: rgb(85,80,75); }

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