#523886

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

Shades of Kingfisher Daisy #523886

Tints of Kingfisher Daisy #523886

Color information

#523886 (or 0x523886) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 38 and 86. RGB value is (82,56,134). Sum of RGB (Red+Green+Blue) = 82+56+134=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #523886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523886 is #ADC779. Grayscale: #484848. Windows color (decimal): -11388794 or 8796242. OLE color: 8796242.

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

Color convert

RGB8256134-
CMYK0.390.5800.47
HSL260º41.05%37.25%-
HSV(B)260º58.21%52.55%-
XYZ9.26.3423.29-
YUV72.67162.61134.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=30.15%
G=20.59%
B=49.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82561340.390.5800.4726041.0537.25
Hex523886273A02F1042925
Octal1227020647720574045145
Binary1010010111000100001101001111110100101111100000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523886; }

 p { color: rgb(82,56,134); }

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

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

 a { background-color: rgb(82,56,134); }

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

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

 span { border-color: rgb(82,56,134); }

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