#52279B

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

Shades of Daisy Bush #52279B

Tints of Daisy Bush #52279B

Color information

#52279B (or 0x52279B) is unknown color: approx Daisy Bush. HEX triplet: 52, 27 and 9B. RGB value is (82,39,155). Sum of RGB (Red+Green+Blue) = 82+39+155=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #52279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52279B is #ADD864. Grayscale: #404040. Windows color (decimal): -11393125 or 10168146. OLE color: 10168146.

HSL color Cylindrical-coordinate representation of color #52279B: hue angle of 262.24º 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 #52279B is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8239155-
CMYK0.470.7500.39
HSL262.24º59.79%38.04%-
HSV(B)262.24º74.84%60.78%-
XYZ10.125.6131.56-
YUV65.08178.75140.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=29.71%
G=14.13%
B=56.16%

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
Decimal82391550.470.7500.39262.2459.7938.04
Hex52279B2F4B0271063c26
Octal12247233571130474067446
Binary10100101001111001101110111110010110100111100000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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