#571e8b

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

Shades of Kingfisher Daisy #571E8B

Tints of Kingfisher Daisy #571E8B

Color information

#571E8B (or 0x571E8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1E and 8B. RGB value is (87,30,139). Sum of RGB (Red+Green+Blue) = 87+30+139=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #571E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571E8B is #A8E174. Grayscale: #3B3B3B. Windows color (decimal): -11067765 or 9117271. OLE color: 9117271.

HSL color Cylindrical-coordinate representation of color #571E8B: hue angle of 271.38º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571E8B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8730139-
CMYK0.370.7800.45
HSL271.38º64.5%33.14%-
HSV(B)271.38º78.42%54.51%-
XYZ9.054.8224.88-
YUV59.47172.88147.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=33.98%
G=11.72%
B=54.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87301390.370.7800.45271.3864.533.14
Hex571E8B254E02D10f4021
Octal127362134511605541710041
Binary10101111111010001011100101100111001011011000011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571e8b; }

 p { color: rgb(87,30,139); }

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

<style>
 a { background-color: #571e8b; }

 a { background-color: rgb(87,30,139); }

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

<style>
 span { border-color: #571e8b; }

 span { border-color: rgb(87,30,139); }

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