#5223A1

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

Shades of Daisy Bush #5223A1

Tints of Daisy Bush #5223A1

Color information

#5223A1 (or 0x5223A1) is unknown color: approx Daisy Bush. HEX triplet: 52, 23 and A1. RGB value is (82,35,161). Sum of RGB (Red+Green+Blue) = 82+35+161=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #5223A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5223A1 is #ADDC5E. Grayscale: #3E3E3E. Windows color (decimal): -11394143 or 10560338. OLE color: 10560338.

HSL color Cylindrical-coordinate representation of color #5223A1: hue angle of 262.38º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5223A1 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8235161-
CMYK0.490.7800.37
HSL262.38º64.29%38.43%-
HSV(B)262.38º78.26%63.14%-
XYZ10.515.5734.24-
YUV63.42183.07141.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 161 (63.28% from 255) = 57.91%
R=29.50%
G=12.59%
B=57.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal82351610.490.7800.37262.3864.2938.43
Hex5223A1314E0251064026
Octal122432416111604540610046
Binary101001010001110100001110001100111001001011000001101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5223A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,35,161); }

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

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

 a { background-color: rgb(82,35,161); }

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

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

 span { border-color: rgb(82,35,161); }

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