#523087

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

Shades of Kingfisher Daisy #523087

Tints of Kingfisher Daisy #523087

Color information

#523087 (or 0x523087) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 30 and 87. RGB value is (82,48,135). Sum of RGB (Red+Green+Blue) = 82+48+135=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #523087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523087 is #ADCF78. Grayscale: #434343. Windows color (decimal): -11390841 or 8859730. OLE color: 8859730.

HSL color Cylindrical-coordinate representation of color #523087: hue angle of 263.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #523087 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8248135-
CMYK0.390.6400.47
HSL263.45º47.54%35.88%-
HSV(B)263.45º64.44%52.94%-
XYZ8.915.6623.54-
YUV68.08165.76137.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=30.94%
G=18.11%
B=50.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82481350.390.6400.47263.4547.5435.88
Hex523087274002F1073024
Octal12260207471000574076044
Binary10100101100001000011110011110000000101111100000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523087; }

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

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

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

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

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

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

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

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