#523678

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

Shades of Kingfisher Daisy #523678

Tints of Kingfisher Daisy #523678

Color information

#523678 (or 0x523678) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 36 and 78. RGB value is (82,54,120). Sum of RGB (Red+Green+Blue) = 82+54+120=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #523678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523678 is #ADC987. Grayscale: #454545. Windows color (decimal): -11389320 or 7878226. OLE color: 7878226.

HSL color Cylindrical-coordinate representation of color #523678: hue angle of 265.45º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523678 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8254120-
CMYK0.320.5500.53
HSL265.45º37.93%34.12%-
HSV(B)265.45º55%47.06%-
XYZ8.195.7918.45-
YUV69.9156.28136.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=32.03%
G=21.09%
B=46.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82541200.320.5500.53265.4537.9334.12
Hex52367820370351092622
Octal1226617040670654114642
Binary101001011011011110001000001101110110101100001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523678; }

 p { color: rgb(82,54,120); }

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

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

 a { background-color: rgb(82,54,120); }

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

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

 span { border-color: rgb(82,54,120); }

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