#53208E

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

Shades of Kingfisher Daisy #53208E

Tints of Kingfisher Daisy #53208E

Color information

#53208E (or 0x53208E) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 20 and 8E. RGB value is (83,32,142). Sum of RGB (Red+Green+Blue) = 83+32+142=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #53208E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53208E is #ACDF71. Grayscale: #3B3B3B. Windows color (decimal): -11329394 or 9314387. OLE color: 9314387.

HSL color Cylindrical-coordinate representation of color #53208E: hue angle of 267.82º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53208E is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8332142-
CMYK0.420.7700.44
HSL267.82º63.22%34.12%-
HSV(B)267.82º77.46%55.69%-
XYZ8.974.8326.05-
YUV59.79174.4144.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=32.30%
G=12.45%
B=55.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83321420.420.7700.44267.8263.2234.12
Hex53208E2A4D02C10c3f22
Octal12340216521150544147742
Binary10100111000001000111010101010011010101100100001100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53208E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,32,142); }

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

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

 a { background-color: rgb(83,32,142); }

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

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

 span { border-color: rgb(83,32,142); }

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