#65559D

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

Shades of Scampi #65559D

Tints of Scampi #65559D

Color information

#65559D (or 0x65559D) is unknown color: approx Scampi. HEX triplet: 65, 55 and 9D. RGB value is (101,85,157). Sum of RGB (Red+Green+Blue) = 101+85+157=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #65559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65559D is #9AAA62. Grayscale: #616161. Windows color (decimal): -10136163 or 10311013. OLE color: 10311013.

HSL color Cylindrical-coordinate representation of color #65559D: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65559D is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10185157-
CMYK0.360.4600.38
HSL253.33º29.75%47.45%-
HSV(B)253.33º45.86%61.57%-
XYZ14.711.733.38-
YUV97.99161.3130.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=29.45%
G=24.78%
B=45.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101851570.360.4600.38253.3329.7547.45
Hex65559D242E026fd1e2f
Octal14512523544560463753657
Binary110010110101011001110110010010111001001101111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65559D; }

 p { color: rgb(101,85,157); }

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

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

 a { background-color: rgb(101,85,157); }

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

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

 span { border-color: rgb(101,85,157); }

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