#522392

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

Shades of Kingfisher Daisy #522392

Tints of Kingfisher Daisy #522392

Color information

#522392 (or 0x522392) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 23 and 92. RGB value is (82,35,146). Sum of RGB (Red+Green+Blue) = 82+35+146=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #522392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522392 is #ADDC6D. Grayscale: #3D3D3D. Windows color (decimal): -11394158 or 9577298. OLE color: 9577298.

HSL color Cylindrical-coordinate representation of color #522392: hue angle of 265.41º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #522392 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8235146-
CMYK0.440.7600.43
HSL265.41º61.33%35.49%-
HSV(B)265.41º76.03%57.25%-
XYZ9.275.0727.68-
YUV61.71175.57142.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 35 (14.06% from 255) = 13.31%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=31.18%
G=13.31%
B=55.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82351460.440.7600.43265.4161.3335.49
Hex5223922C4C02B1093d23
Octal12243222541140534117543
Binary10100101000111001001010110010011000101011100001001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522392; }

 p { color: rgb(82,35,146); }

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

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

 a { background-color: rgb(82,35,146); }

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

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

 span { border-color: rgb(82,35,146); }

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