#653A70

Color #653A70 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #653A70

Tints of Eminence #653A70

Color information

#653A70 (or 0x653A70) is unknown color: approx Eminence. HEX triplet: 65, 3A and 70. RGB value is (101,58,112). Sum of RGB (Red+Green+Blue) = 101+58+112=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #653A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A70 is #9AC58F. Grayscale: #4C4C4C. Windows color (decimal): -10143120 or 7354981. OLE color: 7354981.

HSL color Cylindrical-coordinate representation of color #653A70: hue angle of 287.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653A70 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10158112-
CMYK0.100.4800.56
HSL287.78º31.76%33.33%-
HSV(B)287.78º48.21%43.92%-
XYZ9.86.9616.16-
YUV77.01147.75145.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=37.27%
G=21.40%
B=41.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101581120.100.4800.56287.7831.7633.33
Hex653A70A300381202021
Octal1457216012600704404041
Binary1100101111010111000010101100000111000100100000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653A70; }

 p { color: rgb(101,58,112); }

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

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

 a { background-color: rgb(101,58,112); }

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

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

 span { border-color: rgb(101,58,112); }

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