#522789

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

Shades of Kingfisher Daisy #522789

Tints of Kingfisher Daisy #522789

Color information

#522789 (or 0x522789) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 27 and 89. RGB value is (82,39,137). Sum of RGB (Red+Green+Blue) = 82+39+137=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #522789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522789 is #ADD876. Grayscale: #3E3E3E. Windows color (decimal): -11393143 or 8988498. OLE color: 8988498.

HSL color Cylindrical-coordinate representation of color #522789: hue angle of 266.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #522789 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8239137-
CMYK0.400.7200.46
HSL266.33º55.68%34.51%-
HSV(B)266.33º71.53%53.73%-
XYZ8.725.0524.18-
YUV63.03169.75141.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=31.78%
G=15.12%
B=53.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82391370.400.7200.46266.3355.6834.51
Hex522789284802E10a3823
Octal12247211501100564127043
Binary10100101001111000100110100010010000101110100001010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522789; }

 p { color: rgb(82,39,137); }

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

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

 a { background-color: rgb(82,39,137); }

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

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

 span { border-color: rgb(82,39,137); }

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