#531E95

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

Shades of Kingfisher Daisy #531E95

Tints of Kingfisher Daisy #531E95

Color information

#531E95 (or 0x531E95) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1E and 95. RGB value is (83,30,149). Sum of RGB (Red+Green+Blue) = 83+30+149=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #531E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531E95 is #ACE16A. Grayscale: #3A3A3A. Windows color (decimal): -11329899 or 9772627. OLE color: 9772627.

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

Color convert

RGB8330149-
CMYK0.440.8000.42
HSL266.72º66.48%35.1%-
HSV(B)266.72º79.87%58.43%-
XYZ9.464.9428.89-
YUV59.41178.56144.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=31.68%
G=11.45%
B=56.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83301490.440.8000.42266.7266.4835.1
Hex531E952C5002A10b4223
Octal123362255412005241310243
Binary10100111111010010101101100101000001010101000010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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