#57297D

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

Shades of Kingfisher Daisy #57297D

Tints of Kingfisher Daisy #57297D

Color information

#57297D (or 0x57297D) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 29 and 7D. RGB value is (87,41,125). Sum of RGB (Red+Green+Blue) = 87+41+125=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #57297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57297D is #A8D682. Grayscale: #404040. Windows color (decimal): -11064963 or 8202583. OLE color: 8202583.

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

Color convert

RGB8741125-
CMYK0.300.6700.51
HSL272.86º50.6%32.55%-
HSV(B)272.86º67.2%49.02%-
XYZ8.435.0919.94-
YUV64.33162.24144.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=34.39%
G=16.21%
B=49.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87411250.300.6700.51272.8650.632.55
Hex57297D1E430331113321
Octal12751175361030634216341
Binary101011110100111111011111010000110110011100010001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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