#531B8E

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

Shades of Kingfisher Daisy #531B8E

Tints of Kingfisher Daisy #531B8E

Color information

#531B8E (or 0x531B8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1B and 8E. RGB value is (83,27,142). Sum of RGB (Red+Green+Blue) = 83+27+142=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #531B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531B8E is #ACE471. Grayscale: #383838. Windows color (decimal): -11330674 or 9313107. OLE color: 9313107.

HSL color Cylindrical-coordinate representation of color #531B8E: hue angle of 269.22º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531B8E is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8327142-
CMYK0.420.8100.44
HSL269.22º68.05%33.14%-
HSV(B)269.22º80.99%55.69%-
XYZ8.844.5826.01-
YUV56.85176.05146.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=32.94%
G=10.71%
B=56.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83271420.420.8100.44269.2268.0533.14
Hex531B8E2A5102C10d4421
Octal123332165212105441510441
Binary10100111101110001110101010101000101011001000011011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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