#65579A

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

Shades of Scampi #65579A

Tints of Scampi #65579A

Color information

#65579A (or 0x65579A) is unknown color: approx Scampi. HEX triplet: 65, 57 and 9A. RGB value is (101,87,154). Sum of RGB (Red+Green+Blue) = 101+87+154=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #65579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65579A is #9AA865. Grayscale: #626262. Windows color (decimal): -10135654 or 10114917. OLE color: 10114917.

HSL color Cylindrical-coordinate representation of color #65579A: hue angle of 252.54º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65579A is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10187154-
CMYK0.340.4400.40
HSL252.54º27.8%47.25%-
HSV(B)252.54º43.51%60.39%-
XYZ14.6111.9232.1-
YUV98.82159.14129.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=29.53%
G=25.44%
B=45.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101871540.340.4400.40252.5427.847.25
Hex65579A222C028fd1c2f
Octal14512723242540503753457
Binary110010110101111001101010001010110001010001111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65579A; }

 p { color: rgb(101,87,154); }

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

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

 a { background-color: rgb(101,87,154); }

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

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

 span { border-color: rgb(101,87,154); }

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