#522083

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

Shades of Kingfisher Daisy #522083

Tints of Kingfisher Daisy #522083

Color information

#522083 (or 0x522083) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 20 and 83. RGB value is (82,32,131). Sum of RGB (Red+Green+Blue) = 82+32+131=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #522083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522083 is #ADDF7C. Grayscale: #393939. Windows color (decimal): -11394941 or 8593490. OLE color: 8593490.

HSL color Cylindrical-coordinate representation of color #522083: hue angle of 270.3º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522083 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8232131-
CMYK0.370.7600.49
HSL270.3º60.74%31.96%-
HSV(B)270.3º75.57%51.37%-
XYZ8.094.4721.91-
YUV58.24169.06144.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=33.47%
G=13.06%
B=53.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82321310.370.7600.49270.360.7431.96
Hex522083254C03110e3d20
Octal12240203451140614167540
Binary10100101000001000001110010110011000110001100001110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522083; }

 p { color: rgb(82,32,131); }

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

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

 a { background-color: rgb(82,32,131); }

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

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

 span { border-color: rgb(82,32,131); }

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