#531B95

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

Shades of Kingfisher Daisy #531B95

Tints of Kingfisher Daisy #531B95

Color information

#531B95 (or 0x531B95) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1B and 95. RGB value is (83,27,149). Sum of RGB (Red+Green+Blue) = 83+27+149=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #531B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531B95 is #ACE46A. Grayscale: #393939. Windows color (decimal): -11330667 or 9771859. OLE color: 9771859.

HSL color Cylindrical-coordinate representation of color #531B95: hue angle of 267.54º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531B95 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8327149-
CMYK0.440.8200.42
HSL267.54º69.32%34.51%-
HSV(B)267.54º81.88%58.43%-
XYZ9.384.7928.86-
YUV57.65179.55146.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=32.05%
G=10.42%
B=57.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83271490.440.8200.42267.5469.3234.51
Hex531B952C5202A10c4523
Octal123332255412205241410543
Binary10100111101110010101101100101001001010101000011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,149); }

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

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

 a { background-color: rgb(83,27,149); }

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

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

 span { border-color: rgb(83,27,149); }

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