#571A9B

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

Shades of Kingfisher Daisy #571A9B

Tints of Kingfisher Daisy #571A9B

Color information

#571A9B (or 0x571A9B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1A and 9B. RGB value is (87,26,155). Sum of RGB (Red+Green+Blue) = 87+26+155=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #571A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571A9B is #A8E564. Grayscale: #3A3A3A. Windows color (decimal): -11068773 or 10164823. OLE color: 10164823.

HSL color Cylindrical-coordinate representation of color #571A9B: hue angle of 268.37º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571A9B is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8726155-
CMYK0.440.8300.39
HSL268.37º71.27%35.49%-
HSV(B)268.37º83.23%60.78%-
XYZ10.225.1331.46-
YUV58.94182.21148.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.46%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 155 (60.94% from 255) = 57.84%
R=32.46%
G=9.70%
B=57.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87261550.440.8300.39268.3771.2735.49
Hex571A9B2C5302710c4723
Octal127322335412304741410743
Binary10101111101010011011101100101001101001111000011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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