#523085

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

Shades of Kingfisher Daisy #523085

Tints of Kingfisher Daisy #523085

Color information

#523085 (or 0x523085) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 30 and 85. RGB value is (82,48,133). Sum of RGB (Red+Green+Blue) = 82+48+133=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #523085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523085 is #ADCF7A. Grayscale: #434343. Windows color (decimal): -11390843 or 8728658. OLE color: 8728658.

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

Color convert

RGB8248133-
CMYK0.380.6400.48
HSL264º46.96%35.49%-
HSV(B)264º63.91%52.16%-
XYZ8.775.622.81-
YUV67.86164.76138.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=31.18%
G=18.25%
B=50.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82481330.380.6400.4826446.9635.49
Hex52308526400301082f23
Octal12260205461000604105743
Binary10100101100001000010110011010000000110000100001000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523085; }

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

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

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

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

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

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

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

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