#52269E

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

Shades of Daisy Bush #52269E

Tints of Daisy Bush #52269E

Color information

#52269E (or 0x52269E) is unknown color: approx Daisy Bush. HEX triplet: 52, 26 and 9E. RGB value is (82,38,158). Sum of RGB (Red+Green+Blue) = 82+38+158=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #52269E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52269E is #ADD961. Grayscale: #404040. Windows color (decimal): -11393378 or 10364498. OLE color: 10364498.

HSL color Cylindrical-coordinate representation of color #52269E: hue angle of 262º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52269E is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8238158-
CMYK0.480.7600.38
HSL262º61.22%38.43%-
HSV(B)262º75.95%61.96%-
XYZ10.345.6532.89-
YUV64.84180.58140.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=29.50%
G=13.67%
B=56.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82381580.480.7600.3826261.2238.43
Hex52269E304C0261063d26
Octal12246236601140464067546
Binary10100101001101001111011000010011000100110100000110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52269E; }

 p { color: rgb(82,38,158); }

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

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

 a { background-color: rgb(82,38,158); }

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

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

 span { border-color: rgb(82,38,158); }

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