#57257D

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

Shades of Kingfisher Daisy #57257D

Tints of Kingfisher Daisy #57257D

Color information

#57257D (or 0x57257D) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 7D. RGB value is (87,37,125). Sum of RGB (Red+Green+Blue) = 87+37+125=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #57257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57257D is #A8DA82. Grayscale: #3D3D3D. Windows color (decimal): -11065987 or 8201559. OLE color: 8201559.

HSL color Cylindrical-coordinate representation of color #57257D: hue angle of 274.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57257D is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8737125-
CMYK0.300.7000.51
HSL274.09º54.32%31.76%-
HSV(B)274.09º70.4%49.02%-
XYZ8.294.8319.9-
YUV61.98163.56145.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 125 (49.22% from 255) = 50.20%
R=34.94%
G=14.86%
B=50.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87371250.300.7000.51274.0954.3231.76
Hex57257D1E460331123620
Octal12745175361060634226640
Binary101011110010111111011111010001100110011100010010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57257D; }

 p { color: rgb(87,37,125); }

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

<style>
 a { background-color: #57257D; }

 a { background-color: rgb(87,37,125); }

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

<style>
 span { border-color: #57257D; }

 span { border-color: rgb(87,37,125); }

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