#57277A

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

Shades of Kingfisher Daisy #57277A

Tints of Kingfisher Daisy #57277A

Color information

#57277A (or 0x57277A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 7A. RGB value is (87,39,122). Sum of RGB (Red+Green+Blue) = 87+39+122=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #57277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57277A is #A8D885. Grayscale: #3E3E3E. Windows color (decimal): -11065478 or 8005463. OLE color: 8005463.

HSL color Cylindrical-coordinate representation of color #57277A: hue angle of 274.7º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57277A is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8739122-
CMYK0.290.6800.52
HSL274.7º51.55%31.57%-
HSV(B)274.7º68.03%47.84%-
XYZ8.174.8818.92-
YUV62.81161.4145.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=35.08%
G=15.73%
B=49.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87391220.290.6800.52274.751.5531.57
Hex57277A1D440341133420
Octal12747172351040644236440
Binary101011110011111110101110110001000110100100010011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57277A; }

 p { color: rgb(87,39,122); }

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

<style>
 a { background-color: #57277A; }

 a { background-color: rgb(87,39,122); }

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

<style>
 span { border-color: #57277A; }

 span { border-color: rgb(87,39,122); }

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