#522385

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

Shades of Kingfisher Daisy #522385

Tints of Kingfisher Daisy #522385

Color information

#522385 (or 0x522385) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 23 and 85. RGB value is (82,35,133). Sum of RGB (Red+Green+Blue) = 82+35+133=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #522385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522385 is #ADDC7A. Grayscale: #3B3B3B. Windows color (decimal): -11394171 or 8725330. OLE color: 8725330.

HSL color Cylindrical-coordinate representation of color #522385: hue angle of 268.78º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522385 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8235133-
CMYK0.380.7400.48
HSL268.78º58.33%32.94%-
HSV(B)268.78º73.68%52.16%-
XYZ8.314.6922.66-
YUV60.22169.07143.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=32.8%
G=14%
B=53.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82351330.380.7400.48268.7858.3332.94
Hex522385264A03010d3a21
Octal12243205461120604157241
Binary10100101000111000010110011010010100110000100001101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522385; }

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

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

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

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

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

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

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

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