#522898

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

Shades of Daisy Bush #522898

Tints of Daisy Bush #522898

Color information

#522898 (or 0x522898) is unknown color: approx Daisy Bush. HEX triplet: 52, 28 and 98. RGB value is (82,40,152). Sum of RGB (Red+Green+Blue) = 82+40+152=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #522898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522898 is #ADD767. Grayscale: #404040. Windows color (decimal): -11392872 or 9971794. OLE color: 9971794.

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

Color convert

RGB8240152-
CMYK0.460.7400.40
HSL262.5º58.33%37.65%-
HSV(B)262.5º73.68%59.61%-
XYZ9.915.5830.26-
YUV65.33176.91139.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=29.93%
G=14.60%
B=55.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82401520.460.7400.40262.558.3337.65
Hex5228982E4A0281063a26
Octal12250230561120504067246
Binary10100101010001001100010111010010100101000100000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522898; }

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

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

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

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

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

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

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

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