#571A8C

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

Shades of Kingfisher Daisy #571A8C

Tints of Kingfisher Daisy #571A8C

Color information

#571A8C (or 0x571A8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1A and 8C. RGB value is (87,26,140). Sum of RGB (Red+Green+Blue) = 87+26+140=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #571A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571A8C is #A8E573. Grayscale: #383838. Windows color (decimal): -11068788 or 9181783. OLE color: 9181783.

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

Color convert

RGB8726140-
CMYK0.380.8100.45
HSL272.11º68.67%32.55%-
HSV(B)272.11º81.43%54.9%-
XYZ9.034.6625.23-
YUV57.24174.71149.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=34.39%
G=10.28%
B=55.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87261400.380.8100.45272.1168.6732.55
Hex571A8C265102D1104521
Octal127322144612105542010541
Binary10101111101010001100100110101000101011011000100001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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