#5626A5

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

Shades of Daisy Bush #5626A5

Tints of Daisy Bush #5626A5

Color information

#5626A5 (or 0x5626A5) is unknown color: approx Daisy Bush. HEX triplet: 56, 26 and A5. RGB value is (86,38,165). Sum of RGB (Red+Green+Blue) = 86+38+165=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #5626A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5626A5 is #A9D95A. Grayscale: #424242. Windows color (decimal): -11131227 or 10823254. OLE color: 10823254.

HSL color Cylindrical-coordinate representation of color #5626A5: hue angle of 262.68º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5626A5 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8638165-
CMYK0.480.7700.35
HSL262.68º62.56%39.8%-
HSV(B)262.68º76.97%64.71%-
XYZ11.326.0836.17-
YUV66.83183.4141.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=29.76%
G=13.15%
B=57.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86381650.480.7700.35262.6862.5639.8
Hex5626A5304D0231073f28
Octal12646245601150434077750
Binary10101101001101010010111000010011010100011100000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5626A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5626A5; }

 p { color: rgb(86,38,165); }

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

<style>
 a { background-color: #5626A5; }

 a { background-color: rgb(86,38,165); }

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

<style>
 span { border-color: #5626A5; }

 span { border-color: rgb(86,38,165); }

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