#522B8B

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

Shades of Kingfisher Daisy #522B8B

Tints of Kingfisher Daisy #522B8B

Color information

#522B8B (or 0x522B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 2B and 8B. RGB value is (82,43,139). Sum of RGB (Red+Green+Blue) = 82+43+139=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #522B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522B8B is #ADD474. Grayscale: #414141. Windows color (decimal): -11392117 or 9120594. OLE color: 9120594.

HSL color Cylindrical-coordinate representation of color #522B8B: hue angle of 264.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #522B8B is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8243139-
CMYK0.410.6900.45
HSL264.38º52.75%35.69%-
HSV(B)264.38º69.06%54.51%-
XYZ95.3924.99-
YUV65.6169.42139.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=31.06%
G=16.29%
B=52.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82431390.410.6900.45264.3852.7535.69
Hex522B8B294502D1083524
Octal12253213511050554106544
Binary10100101010111000101110100110001010101101100001000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522B8B; }

 p { color: rgb(82,43,139); }

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

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

 a { background-color: rgb(82,43,139); }

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

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

 span { border-color: rgb(82,43,139); }

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