#571B81

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

Shades of Kingfisher Daisy #571B81

Tints of Kingfisher Daisy #571B81

Color information

#571B81 (or 0x571B81) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1B and 81. RGB value is (87,27,129). Sum of RGB (Red+Green+Blue) = 87+27+129=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #571B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571B81 is #A8E47E. Grayscale: #383838. Windows color (decimal): -11068543 or 8461143. OLE color: 8461143.

HSL color Cylindrical-coordinate representation of color #571B81: hue angle of 275.29º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571B81 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8727129-
CMYK0.330.7900.49
HSL275.29º65.38%30.59%-
HSV(B)275.29º79.07%50.59%-
XYZ8.284.421.18-
YUV56.57168.88149.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=35.80%
G=11.11%
B=53.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87271290.330.7900.49275.2965.3830.59
Hex571B81214F031113411f
Octal127332014111706142310137
Binary1010111110111000000110000110011110110001100010011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,27,129); }

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

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

 a { background-color: rgb(87,27,129); }

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

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

 span { border-color: rgb(87,27,129); }

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