#523585

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

Shades of Kingfisher Daisy #523585

Tints of Kingfisher Daisy #523585

Color information

#523585 (or 0x523585) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 35 and 85. RGB value is (82,53,133). Sum of RGB (Red+Green+Blue) = 82+53+133=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #523585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523585 is #ADCA7A. Grayscale: #464646. Windows color (decimal): -11389563 or 8729938. OLE color: 8729938.

HSL color Cylindrical-coordinate representation of color #523585: hue angle of 261.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523585 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8253133-
CMYK0.380.6000.48
HSL261.75º43.01%36.47%-
HSV(B)261.75º60.15%52.16%-
XYZ8.996.0322.88-
YUV70.79163.11136-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 133 (52.34% from 255) = 49.63%
R=30.60%
G=19.78%
B=49.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82531330.380.6000.48261.7543.0136.47
Hex523585263C0301062b24
Octal1226520546740604065344
Binary1010010110101100001011001101111000110000100000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523585; }

 p { color: rgb(82,53,133); }

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

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

 a { background-color: rgb(82,53,133); }

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

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

 span { border-color: rgb(82,53,133); }

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