#57207E

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

Shades of Kingfisher Daisy #57207E

Tints of Kingfisher Daisy #57207E

Color information

#57207E (or 0x57207E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 20 and 7E. RGB value is (87,32,126). Sum of RGB (Red+Green+Blue) = 87+32+126=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #57207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57207E is #A8DF81. Grayscale: #3A3A3A. Windows color (decimal): -11067266 or 8265815. OLE color: 8265815.

HSL color Cylindrical-coordinate representation of color #57207E: hue angle of 275.11º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57207E is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8732126-
CMYK0.310.7500.51
HSL275.11º59.49%30.98%-
HSV(B)275.11º74.6%49.41%-
XYZ8.214.5720.19-
YUV59.16165.72147.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.51%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 126 (49.61% from 255) = 51.43%
R=35.51%
G=13.06%
B=51.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87321260.310.7500.51275.1159.4930.98
Hex57207E1F4B0331133b1f
Octal12740176371130634237337
Binary10101111000001111110111111001011011001110001001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57207E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57207E; }

 p { color: rgb(87,32,126); }

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

<style>
 a { background-color: #57207E; }

 a { background-color: rgb(87,32,126); }

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

<style>
 span { border-color: #57207E; }

 span { border-color: rgb(87,32,126); }

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