#655CAC

Color #655CAC Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #655CAC

Tints of Blue Marguerite #655CAC

Color information

#655CAC (or 0x655CAC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5C and AC. RGB value is (101,92,172). Sum of RGB (Red+Green+Blue) = 101+92+172=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #655CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CAC is #9AA353. Grayscale: #676767. Windows color (decimal): -10134356 or 11295845. OLE color: 11295845.

HSL color Cylindrical-coordinate representation of color #655CAC: hue angle of 246.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655CAC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10192172-
CMYK0.410.4700.33
HSL246.75º32.52%51.76%-
HSV(B)246.75º46.51%67.45%-
XYZ16.6413.440.74-
YUV103.81166.48126-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=27.67%
G=25.21%
B=47.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101921720.410.4700.33246.7532.5251.76
Hex655CAC292F021f72134
Octal14513425451570413674164
Binary1100101101110010101100101001101111010000111110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655CAC; }

 p { color: rgb(101,92,172); }

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

<style>
 a { background-color: #655CAC; }

 a { background-color: rgb(101,92,172); }

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

<style>
 span { border-color: #655CAC; }

 span { border-color: rgb(101,92,172); }

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