#523089

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

Shades of Kingfisher Daisy #523089

Tints of Kingfisher Daisy #523089

Color information

#523089 (or 0x523089) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 30 and 89. RGB value is (82,48,137). Sum of RGB (Red+Green+Blue) = 82+48+137=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #523089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523089 is #ADCF76. Grayscale: #434343. Windows color (decimal): -11390839 or 8990802. OLE color: 8990802.

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

Color convert

RGB8248137-
CMYK0.400.6500.46
HSL262.92º48.11%36.27%-
HSV(B)262.92º64.96%53.73%-
XYZ9.055.7124.29-
YUV68.31166.76137.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=30.71%
G=17.98%
B=51.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82481370.400.6500.46262.9248.1136.27
Hex523089284102E1073024
Octal12260211501010564076044
Binary10100101100001000100110100010000010101110100000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523089; }

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

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

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

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

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

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

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

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