#52288C

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

Shades of Kingfisher Daisy #52288C

Tints of Kingfisher Daisy #52288C

Color information

#52288C (or 0x52288C) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 28 and 8C. RGB value is (82,40,140). Sum of RGB (Red+Green+Blue) = 82+40+140=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #52288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52288C is #ADD773. Grayscale: #3F3F3F. Windows color (decimal): -11392884 or 9185362. OLE color: 9185362.

HSL color Cylindrical-coordinate representation of color #52288C: hue angle of 265.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52288C is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8240140-
CMYK0.410.7100.45
HSL265.2º55.56%35.29%-
HSV(B)265.2º71.43%54.9%-
XYZ8.975.225.34-
YUV63.96170.91140.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 140 (55.08% from 255) = 53.44%
R=31.30%
G=15.27%
B=53.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82401400.410.7100.45265.255.5635.29
Hex52288C294702D1093823
Octal12250214511070554117043
Binary10100101010001000110010100110001110101101100001001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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