Html Css Color HEX #55393E Jon

📋 copy color: '#55393E'

red 85 ◦ green 57 ◦ blue 62

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

Shades of Jon #55393E

Tints of Jon #55393E

RGB

 RED value IS 85 (33.59% from 255) = 41.67%

 GREEN value IS 57 (22.66% from 255) = 27.94%

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 41.67%
G = 27.94%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55393E (or 0x55393E) is known color: Jon. HEX triplet: 55, 39 and 3E. RGB value is (85,57,62). Sum of RGB (Red+Green+Blue) = 85+57+62=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #55393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393E is #AAC6C1. Grayscale: #414141. Windows color (decimal): -11192002 or 4077909. OLE color: 4077909.

HSL color Cylindrical-coordinate representation of color #55393E: hue angle of 349.29º 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 #55393E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 62 -
CMYK 0 0.33 0.27 0.67
HSL 349.29º 0.2% 0.28% -
HSV(B) 349.29º 0.33% 0.33% -
XYZ 6.08 5.21 5.24 -
YUV 65.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 85 57 62 0 0.33 0.27 0.67 349.29 0.2 0.28
Hex 55 39 3E 0 21 1B 43 15D 14 1C
Octal 125 71 76 0 41 33 103 535 24 34
Binary 1010101 111001 111110 0 100001 11011 1000011 101011101 10100 11100

Color Harmonies of #55393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55393E

Black with #55393E

Text Example


Text Example

White with #55393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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