#653553

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

Shades of Finn #653553

Tints of Finn #653553

Color information

#653553 (or 0x653553) is unknown color: approx Finn. HEX triplet: 65, 35 and 53. RGB value is (101,53,83). Sum of RGB (Red+Green+Blue) = 101+53+83=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 101 - color contains mainly: red. Hex color #653553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653553 is #9ACAAC. Grayscale: #464646. Windows color (decimal): -10144429 or 5453157. OLE color: 5453157.

HSL color Cylindrical-coordinate representation of color #653553: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653553 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1015383-
CMYK00.480.180.60
HSL322.5º31.17%30.2%-
HSV(B)322.5º47.52%39.61%-
XYZ8.25.948.9-
YUV70.77134.9149.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=42.62%
G=22.36%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101538300.480.180.60322.531.1730.2
Hex653553030123C1421f1e
Octal1456512306022745023736
Binary110010111010110100110110000100101111001010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653553; }

 p { color: rgb(101,53,83); }

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

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

 a { background-color: rgb(101,53,83); }

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

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

 span { border-color: rgb(101,53,83); }

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