#65569C

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

Shades of Scampi #65569C

Tints of Scampi #65569C

Color information

#65569C (or 0x65569C) is unknown color: approx Scampi. HEX triplet: 65, 56 and 9C. RGB value is (101,86,156). Sum of RGB (Red+Green+Blue) = 101+86+156=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #65569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65569C is #9AA963. Grayscale: #626262. Windows color (decimal): -10135908 or 10245733. OLE color: 10245733.

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

Color convert

RGB10186156-
CMYK0.350.4500.39
HSL252.86º28.93%47.45%-
HSV(B)252.86º44.87%61.18%-
XYZ14.711.8232.96-
YUV98.46160.47129.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=29.45%
G=25.07%
B=45.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101861560.350.4500.39252.8628.9347.45
Hex65569C232D027fd1d2f
Octal14512623443550473753557
Binary110010110101101001110010001110110101001111111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65569C; }

 p { color: rgb(101,86,156); }

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

<style>
 a { background-color: #65569C; }

 a { background-color: rgb(101,86,156); }

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

<style>
 span { border-color: #65569C; }

 span { border-color: rgb(101,86,156); }

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