#57277B

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

Shades of Kingfisher Daisy #57277B

Tints of Kingfisher Daisy #57277B

Color information

#57277B (or 0x57277B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 27 and 7B. RGB value is (87,39,123). Sum of RGB (Red+Green+Blue) = 87+39+123=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #57277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57277B is #A8D884. Grayscale: #3E3E3E. Windows color (decimal): -11065477 or 8070999. OLE color: 8070999.

HSL color Cylindrical-coordinate representation of color #57277B: hue angle of 274.29º 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 #57277B is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8739123-
CMYK0.290.6800.52
HSL274.29º51.85%31.76%-
HSV(B)274.29º68.29%48.24%-
XYZ8.234.9119.25-
YUV62.93161.9145.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=34.94%
G=15.66%
B=49.40%

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
Decimal87391230.290.6800.52274.2951.8531.76
Hex57277B1D440341123420
Octal12747173351040644226440
Binary101011110011111110111110110001000110100100010010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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