#52279C

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

Shades of Daisy Bush #52279C

Tints of Daisy Bush #52279C

Color information

#52279C (or 0x52279C) is unknown color: approx Daisy Bush. HEX triplet: 52, 27 and 9C. RGB value is (82,39,156). Sum of RGB (Red+Green+Blue) = 82+39+156=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #52279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52279C is #ADD863. Grayscale: #404040. Windows color (decimal): -11393124 or 10233682. OLE color: 10233682.

HSL color Cylindrical-coordinate representation of color #52279C: hue angle of 262.05º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52279C is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8239156-
CMYK0.470.7500.39
HSL262.05º60%38.24%-
HSV(B)262.05º75%61.18%-
XYZ10.215.6532-
YUV65.19179.25139.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 156 (61.33% from 255) = 56.32%
R=29.60%
G=14.08%
B=56.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82391560.470.7500.39262.056038.24
Hex52279C2F4B0271063c26
Octal12247234571130474067446
Binary10100101001111001110010111110010110100111100000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52279C; }

 p { color: rgb(82,39,156); }

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

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

 a { background-color: rgb(82,39,156); }

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

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

 span { border-color: rgb(82,39,156); }

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