#523975

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

Shades of Kingfisher Daisy #523975

Tints of Kingfisher Daisy #523975

Color information

#523975 (or 0x523975) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 39 and 75. RGB value is (82,57,117). Sum of RGB (Red+Green+Blue) = 82+57+117=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #523975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523975 is #ADC68A. Grayscale: #474747. Windows color (decimal): -11388555 or 7682386. OLE color: 7682386.

HSL color Cylindrical-coordinate representation of color #523975: hue angle of 265º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523975 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8257117-
CMYK0.300.5100.54
HSL265º34.48%34.12%-
HSV(B)265º51.28%45.88%-
XYZ8.15617.56-
YUV71.32153.78135.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=32.03%
G=22.27%
B=45.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82571170.300.5100.5426534.4834.12
Hex5239751E330361092222
Octal1227116536630664114242
Binary10100101110011110101111101100110110110100001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523975; }

 p { color: rgb(82,57,117); }

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

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

 a { background-color: rgb(82,57,117); }

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

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

 span { border-color: rgb(82,57,117); }

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