#57317A

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

Shades of Kingfisher Daisy #57317A

Tints of Kingfisher Daisy #57317A

Color information

#57317A (or 0x57317A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 31 and 7A. RGB value is (87,49,122). Sum of RGB (Red+Green+Blue) = 87+49+122=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #57317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57317A is #A8CE85. Grayscale: #444444. Windows color (decimal): -11062918 or 8008023. OLE color: 8008023.

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

Color convert

RGB8749122-
CMYK0.290.6000.52
HSL271.23º42.69%33.53%-
HSV(B)271.23º59.84%47.84%-
XYZ8.545.6319.05-
YUV68.68158.09141.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=33.72%
G=18.99%
B=47.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87491220.290.6000.52271.2342.6933.53
Hex57317A1D3C03410f2b22
Octal1276117235740644175342
Binary10101111100011111010111011111000110100100001111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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