#523079

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

Shades of Kingfisher Daisy #523079

Tints of Kingfisher Daisy #523079

Color information

#523079 (or 0x523079) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 30 and 79. RGB value is (82,48,121). Sum of RGB (Red+Green+Blue) = 82+48+121=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #523079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523079 is #ADCF86. Grayscale: #424242. Windows color (decimal): -11390855 or 7942226. OLE color: 7942226.

HSL color Cylindrical-coordinate representation of color #523079: hue angle of 267.95º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523079 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8248121-
CMYK0.320.6000.53
HSL267.95º43.2%33.14%-
HSV(B)267.95º60.33%47.45%-
XYZ7.995.2918.69-
YUV66.49158.76139.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=32.67%
G=19.12%
B=48.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82481210.320.6000.53267.9543.233.14
Hex523079203C03510c2b21
Octal1226017140740654145341
Binary101001011000011110011000001111000110101100001100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523079; }

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

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

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

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

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

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

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

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