#65579B

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

Shades of Scampi #65579B

Tints of Scampi #65579B

Color information

#65579B (or 0x65579B) is unknown color: approx Scampi. HEX triplet: 65, 57 and 9B. RGB value is (101,87,155). Sum of RGB (Red+Green+Blue) = 101+87+155=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #65579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65579B is #9AA864. Grayscale: #626262. Windows color (decimal): -10135653 or 10180453. OLE color: 10180453.

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

Color convert

RGB10187155-
CMYK0.350.4400.39
HSL252.35º28.1%47.45%-
HSV(B)252.35º43.87%60.78%-
XYZ14.6911.9532.54-
YUV98.94159.64129.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=29.45%
G=25.36%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101871550.350.4400.39252.3528.147.45
Hex65579B232C027fc1c2f
Octal14512723343540473743457
Binary110010110101111001101110001110110001001111111110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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