#65599E

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

Shades of Scampi #65599E

Tints of Scampi #65599E

Color information

#65599E (or 0x65599E) is unknown color: approx Scampi. HEX triplet: 65, 59 and 9E. RGB value is (101,89,158). Sum of RGB (Red+Green+Blue) = 101+89+158=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #65599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599E is #9AA661. Grayscale: #646464. Windows color (decimal): -10135138 or 10377573. OLE color: 10377573.

HSL color Cylindrical-coordinate representation of color #65599E: hue angle of 250.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65599E is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10189158-
CMYK0.360.4400.38
HSL250.43º27.94%48.43%-
HSV(B)250.43º43.67%61.96%-
XYZ15.1112.3833.94-
YUV100.45160.48128.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 89 (35.16% from 255) = 25.57%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=29.02%
G=25.57%
B=45.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101891580.360.4400.38250.4327.9448.43
Hex65599E242C026fa1c30
Octal14513123644540463723460
Binary110010110110011001111010010010110001001101111101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,89,158); }

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

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

 a { background-color: rgb(101,89,158); }

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

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

 span { border-color: rgb(101,89,158); }

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