#522A98

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

Shades of Daisy Bush #522A98

Tints of Daisy Bush #522A98

Color information

#522A98 (or 0x522A98) is unknown color: approx Daisy Bush. HEX triplet: 52, 2A and 98. RGB value is (82,42,152). Sum of RGB (Red+Green+Blue) = 82+42+152=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #522A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522A98 is #ADD567. Grayscale: #424242. Windows color (decimal): -11392360 or 9972306. OLE color: 9972306.

HSL color Cylindrical-coordinate representation of color #522A98: hue angle of 261.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522A98 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8242152-
CMYK0.460.7200.40
HSL261.82º56.7%38.04%-
HSV(B)261.82º72.37%59.61%-
XYZ9.985.7230.28-
YUV66.5176.25139.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=29.71%
G=15.22%
B=55.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82421520.460.7200.40261.8256.738.04
Hex522A982E480281063926
Octal12252230561100504067146
Binary10100101010101001100010111010010000101000100000110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A98; }

 p { color: rgb(82,42,152); }

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

<style>
 a { background-color: #522A98; }

 a { background-color: rgb(82,42,152); }

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

<style>
 span { border-color: #522A98; }

 span { border-color: rgb(82,42,152); }

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