#571A8E

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

Shades of Kingfisher Daisy #571A8E

Tints of Kingfisher Daisy #571A8E

Color information

#571A8E (or 0x571A8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1A and 8E. RGB value is (87,26,142). Sum of RGB (Red+Green+Blue) = 87+26+142=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #571A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571A8E is #A8E571. Grayscale: #393939. Windows color (decimal): -11068786 or 9312855. OLE color: 9312855.

HSL color Cylindrical-coordinate representation of color #571A8E: hue angle of 271.55º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571A8E is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8726142-
CMYK0.390.8200.44
HSL271.55º69.05%32.94%-
HSV(B)271.55º81.69%55.69%-
XYZ9.184.7226.02-
YUV57.46175.71149.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.12%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=34.12%
G=10.20%
B=55.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87261420.390.8200.44271.5569.0532.94
Hex571A8E275202C1104521
Octal127322164712205442010541
Binary10101111101010001110100111101001001011001000100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,142); }

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

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

 a { background-color: rgb(87,26,142); }

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

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

 span { border-color: rgb(87,26,142); }

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