#522983

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

Shades of Kingfisher Daisy #522983

Tints of Kingfisher Daisy #522983

Color information

#522983 (or 0x522983) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 29 and 83. RGB value is (82,41,131). Sum of RGB (Red+Green+Blue) = 82+41+131=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #522983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522983 is #ADD67C. Grayscale: #3F3F3F. Windows color (decimal): -11392637 or 8595794. OLE color: 8595794.

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

Color convert

RGB8241131-
CMYK0.370.6900.49
HSL267.33º52.33%33.73%-
HSV(B)267.33º68.7%51.37%-
XYZ8.375.0222-
YUV63.52166.08141.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 131 (51.56% from 255) = 51.57%
R=32.28%
G=16.14%
B=51.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82411310.370.6900.49267.3352.3333.73
Hex522983254503110b3422
Octal12251203451050614136442
Binary10100101010011000001110010110001010110001100001011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522983; }

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

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

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

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

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

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

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

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