#531D90

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

Shades of Kingfisher Daisy #531D90

Tints of Kingfisher Daisy #531D90

Color information

#531D90 (or 0x531D90) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1D and 90. RGB value is (83,29,144). Sum of RGB (Red+Green+Blue) = 83+29+144=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #531D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531D90 is #ACE26F. Grayscale: #393939. Windows color (decimal): -11330160 or 9444691. OLE color: 9444691.

HSL color Cylindrical-coordinate representation of color #531D90: hue angle of 268.17º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531D90 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8329144-
CMYK0.420.8000.44
HSL268.17º66.47%33.92%-
HSV(B)268.17º79.86%56.47%-
XYZ9.044.7326.82-
YUV58.26176.39145.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 29 (11.72% from 255) = 11.33%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=32.42%
G=11.33%
B=56.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83291440.420.8000.44268.1766.4733.92
Hex531D902A5002C10c4222
Octal123352205212005441410242
Binary10100111110110010000101010101000001011001000011001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531D90; }

 p { color: rgb(83,29,144); }

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

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

 a { background-color: rgb(83,29,144); }

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

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

 span { border-color: rgb(83,29,144); }

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