#523A7D

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

Shades of Kingfisher Daisy #523A7D

Tints of Kingfisher Daisy #523A7D

Color information

#523A7D (or 0x523A7D) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 3A and 7D. RGB value is (82,58,125). Sum of RGB (Red+Green+Blue) = 82+58+125=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #523A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A7D is #ADC582. Grayscale: #484848. Windows color (decimal): -11388291 or 8206930. OLE color: 8206930.

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

Color convert

RGB8258125-
CMYK0.340.5400.51
HSL261.49º36.61%35.88%-
HSV(B)261.49º53.6%49.02%-
XYZ8.696.320.16-
YUV72.81157.45134.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=30.94%
G=21.89%
B=47.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82581250.340.5400.51261.4936.6135.88
Hex523A7D22360331052524
Octal1227217542660634054544
Binary101001011101011111011000101101100110011100000101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A7D; }

 p { color: rgb(82,58,125); }

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

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

 a { background-color: rgb(82,58,125); }

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

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

 span { border-color: rgb(82,58,125); }

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