#57217F

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

Shades of Kingfisher Daisy #57217F

Tints of Kingfisher Daisy #57217F

Color information

#57217F (or 0x57217F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 21 and 7F. RGB value is (87,33,127). Sum of RGB (Red+Green+Blue) = 87+33+127=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #57217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57217F is #A8DE80. Grayscale: #3B3B3B. Windows color (decimal): -11067009 or 8331607. OLE color: 8331607.

HSL color Cylindrical-coordinate representation of color #57217F: hue angle of 274.47º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57217F is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8733127-
CMYK0.310.7400.50
HSL274.47º58.75%31.37%-
HSV(B)274.47º74.02%49.8%-
XYZ8.314.6520.54-
YUV59.86165.89147.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 127 (50% from 255) = 51.42%
R=35.22%
G=13.36%
B=51.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87331270.310.7400.50274.4758.7531.37
Hex57217F1F4A0321123b1f
Octal12741177371120624227337
Binary10101111000011111111111111001010011001010001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57217F; }

 p { color: rgb(87,33,127); }

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

<style>
 a { background-color: #57217F; }

 a { background-color: rgb(87,33,127); }

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

<style>
 span { border-color: #57217F; }

 span { border-color: rgb(87,33,127); }

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