#52267F

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

Shades of Kingfisher Daisy #52267F

Tints of Kingfisher Daisy #52267F

Color information

#52267F (or 0x52267F) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 26 and 7F. RGB value is (82,38,127). Sum of RGB (Red+Green+Blue) = 82+38+127=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #52267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52267F is #ADD980. Grayscale: #3C3C3C. Windows color (decimal): -11393409 or 8332882. OLE color: 8332882.

HSL color Cylindrical-coordinate representation of color #52267F: hue angle of 269.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52267F is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8238127-
CMYK0.350.7000.50
HSL269.66º53.94%32.35%-
HSV(B)269.66º70.08%49.8%-
XYZ84.7120.57-
YUV61.3165.08142.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.20%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 127 (50% from 255) = 51.42%
R=33.20%
G=15.38%
B=51.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82381270.350.7000.50269.6653.9432.35
Hex52267F234603210e3620
Octal12246177431060624166640
Binary1010010100110111111110001110001100110010100001110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52267F; }

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

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

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

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

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

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

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

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