#522684

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

Shades of Kingfisher Daisy #522684

Tints of Kingfisher Daisy #522684

Color information

#522684 (or 0x522684) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 26 and 84. RGB value is (82,38,132). Sum of RGB (Red+Green+Blue) = 82+38+132=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #522684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522684 is #ADD97B. Grayscale: #3D3D3D. Windows color (decimal): -11393404 or 8660562. OLE color: 8660562.

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

Color convert

RGB8238132-
CMYK0.380.7100.48
HSL268.09º55.29%33.33%-
HSV(B)268.09º71.21%51.76%-
XYZ8.344.8522.33-
YUV61.87167.58142.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=32.54%
G=15.08%
B=52.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82381320.380.7100.48268.0955.2933.33
Hex522684264703010c3721
Octal12246204461070604146741
Binary10100101001101000010010011010001110110000100001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522684; }

 p { color: rgb(82,38,132); }

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

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

 a { background-color: rgb(82,38,132); }

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

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

 span { border-color: rgb(82,38,132); }

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