#571C9B

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

Shades of Kingfisher Daisy #571C9B

Tints of Kingfisher Daisy #571C9B

Color information

#571C9B (or 0x571C9B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1C and 9B. RGB value is (87,28,155). Sum of RGB (Red+Green+Blue) = 87+28+155=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #571C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571C9B is #A8E364. Grayscale: #3B3B3B. Windows color (decimal): -11068261 or 10165335. OLE color: 10165335.

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

Color convert

RGB8728155-
CMYK0.440.8200.39
HSL267.87º69.4%35.88%-
HSV(B)267.87º81.94%60.78%-
XYZ10.265.2231.48-
YUV60.12181.55147.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 155 (60.94% from 255) = 57.41%
R=32.22%
G=10.37%
B=57.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87281550.440.8200.39267.8769.435.88
Hex571C9B2C5202710c4524
Octal127342335412204741410544
Binary10101111110010011011101100101001001001111000011001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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