#523980

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

Shades of Kingfisher Daisy #523980

Tints of Kingfisher Daisy #523980

Color information

#523980 (or 0x523980) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 39 and 80. RGB value is (82,57,128). Sum of RGB (Red+Green+Blue) = 82+57+128=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #523980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523980 is #ADC67F. Grayscale: #484848. Windows color (decimal): -11388544 or 8403282. OLE color: 8403282.

HSL color Cylindrical-coordinate representation of color #523980: hue angle of 261.13º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523980 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8257128-
CMYK0.360.5500.50
HSL261.13º38.38%36.27%-
HSV(B)261.13º55.47%50.2%-
XYZ8.846.2821.17-
YUV72.57159.28134.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=30.71%
G=21.35%
B=47.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82571280.360.5500.50261.1338.3836.27
Hex52398024370321052624
Octal1227120044670624054644
Binary1010010111001100000001001001101110110010100000101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523980; }

 p { color: rgb(82,57,128); }

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

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

 a { background-color: rgb(82,57,128); }

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

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

 span { border-color: rgb(82,57,128); }

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