Html Css Color HEX #55373A Jon

📋 copy color: '#55373A'

red 85 ◦ green 55 ◦ blue 58

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

Shades of Jon #55373A

Tints of Jon #55373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.78%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 42.93%
G = 27.78%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#55373A (or 0x55373A) is known color: Jon. HEX triplet: 55, 37 and 3A. RGB value is (85,55,58). Sum of RGB (Red+Green+Blue) = 85+55+58=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55373A is #AAC8C5. Grayscale: #404040. Windows color (decimal): -11192518 or 3815253. OLE color: 3815253.

HSL color Cylindrical-coordinate representation of color #55373A: hue angle of 354º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55373A is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 58 -
CMYK 0 0.35 0.32 0.67
HSL 354º 0.21% 0.27% -
HSV(B) 354º 0.35% 0.33% -
XYZ 5.88 4.97 4.65 -
YUV 64.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 85 55 58 0 0.35 0.32 0.67 354 0.21 0.27
Hex 55 37 3A 0 23 20 43 162 15 1B
Octal 125 67 72 0 43 40 103 542 25 33
Binary 1010101 110111 111010 0 100011 100000 1000011 101100010 10101 11011

Color Harmonies of #55373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55373A

Black with #55373A

Text Example


Text Example

White with #55373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55373A; }

 p { color: rgb(85,55,58); }

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

background-color css

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

 a { background-color: rgb(85,55,58); }

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

border-color css

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

 span { border-color: rgb(85,55,58); }

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