#5625A1

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

Shades of Daisy Bush #5625A1

Tints of Daisy Bush #5625A1

Color information

#5625A1 (or 0x5625A1) is unknown color: approx Daisy Bush. HEX triplet: 56, 25 and A1. RGB value is (86,37,161). Sum of RGB (Red+Green+Blue) = 86+37+161=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #5625A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5625A1 is #A9DA5E. Grayscale: #414141. Windows color (decimal): -11131487 or 10560854. OLE color: 10560854.

HSL color Cylindrical-coordinate representation of color #5625A1: hue angle of 263.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5625A1 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8637161-
CMYK0.470.7700.37
HSL263.71º62.63%38.82%-
HSV(B)263.71º77.02%63.14%-
XYZ10.935.8734.28-
YUV65.79181.73142.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 161 (63.28% from 255) = 56.69%
R=30.28%
G=13.03%
B=56.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86371610.470.7700.37263.7162.6338.82
Hex5625A12F4D0251083f27
Octal12645241571150454107747
Binary10101101001011010000110111110011010100101100001000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5625A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5625A1; }

 p { color: rgb(86,37,161); }

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

<style>
 a { background-color: #5625A1; }

 a { background-color: rgb(86,37,161); }

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

<style>
 span { border-color: #5625A1; }

 span { border-color: rgb(86,37,161); }

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