#55393B

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

Shades of Jon #55393B

Tints of Jon #55393B

Color information

#55393B (or 0x55393B) is unknown color: approx Jon. HEX triplet: 55, 39 and 3B. RGB value is (85,57,59). Sum of RGB (Red+Green+Blue) = 85+57+59=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393B is #AAC6C4. Grayscale: #414141. Windows color (decimal): -11192005 or 3881301. OLE color: 3881301.

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

Color convert

RGB855759-
CMYK00.330.310.67
HSL355.71º19.72%27.84%-
HSV(B)355.71º32.94%33.33%-
XYZ65.174.82-
YUV65.6124.28141.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=42.29%
G=28.36%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85575900.330.310.67355.7119.7227.84
Hex55393B0211F43164141c
Octal1257173041371035442434
Binary101010111100111101101000011111110000111011001001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,57,59); }

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

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

 a { background-color: rgb(85,57,59); }

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

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

 span { border-color: rgb(85,57,59); }

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