#65488A

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

Shades of Daisy Bush #65488A

Tints of Daisy Bush #65488A

Color information

#65488A (or 0x65488A) is unknown color: approx Daisy Bush. HEX triplet: 65, 48 and 8A. RGB value is (101,72,138). Sum of RGB (Red+Green+Blue) = 101+72+138=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #65488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65488A is #9AB775. Grayscale: #575757. Windows color (decimal): -10139510 or 9062501. OLE color: 9062501.

HSL color Cylindrical-coordinate representation of color #65488A: hue angle of 266.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65488A is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10172138-
CMYK0.270.4800.46
HSL266.36º31.43%41.18%-
HSV(B)266.36º47.83%54.12%-
XYZ12.279.2425.18-
YUV88.2156.11137.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=32.48%
G=23.15%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101721380.270.4800.46266.3631.4341.18
Hex65488A1B3002E10a1f29
Octal14511021233600564123751
Binary110010110010001000101011011110000010111010000101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,72,138); }

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

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

 a { background-color: rgb(101,72,138); }

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

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

 span { border-color: rgb(101,72,138); }

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