#65589B

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

Shades of Scampi #65589B

Tints of Scampi #65589B

Color information

#65589B (or 0x65589B) is unknown color: approx Scampi. HEX triplet: 65, 58 and 9B. RGB value is (101,88,155). Sum of RGB (Red+Green+Blue) = 101+88+155=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #65589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65589B is #9AA764. Grayscale: #636363. Windows color (decimal): -10135397 or 10180709. OLE color: 10180709.

HSL color Cylindrical-coordinate representation of color #65589B: hue angle of 251.64º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65589B is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10188155-
CMYK0.350.4300.39
HSL251.64º27.57%47.65%-
HSV(B)251.64º43.23%60.78%-
XYZ14.7712.1132.57-
YUV99.52159.31129.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=29.36%
G=25.58%
B=45.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101881550.350.4300.39251.6427.5747.65
Hex65589B232B027fc1c30
Octal14513023343530473743460
Binary110010110110001001101110001110101101001111111110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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