#65589F

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

Shades of Scampi #65589F

Tints of Scampi #65589F

Color information

#65589F (or 0x65589F) is unknown color: approx Scampi. HEX triplet: 65, 58 and 9F. RGB value is (101,88,159). Sum of RGB (Red+Green+Blue) = 101+88+159=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #65589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65589F is #9AA760. Grayscale: #636363. Windows color (decimal): -10135393 or 10442853. OLE color: 10442853.

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

Color convert

RGB10188159-
CMYK0.360.4500.38
HSL250.99º28.74%48.43%-
HSV(B)250.99º44.65%62.35%-
XYZ15.1112.2534.37-
YUV99.98161.31128.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=29.02%
G=25.29%
B=45.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101881590.360.4500.38250.9928.7448.43
Hex65589F242D026fb1d30
Octal14513023744550463733560
Binary110010110110001001111110010010110101001101111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65589F; }

 p { color: rgb(101,88,159); }

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

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

 a { background-color: rgb(101,88,159); }

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

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

 span { border-color: rgb(101,88,159); }

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