#57258F

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

Shades of Kingfisher Daisy #57258F

Tints of Kingfisher Daisy #57258F

Color information

#57258F (or 0x57258F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 25 and 8F. RGB value is (87,37,143). Sum of RGB (Red+Green+Blue) = 87+37+143=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #57258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57258F is #A8DA70. Grayscale: #3F3F3F. Windows color (decimal): -11065969 or 9381207. OLE color: 9381207.

HSL color Cylindrical-coordinate representation of color #57258F: hue angle of 268.3º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57258F is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8737143-
CMYK0.390.7400.44
HSL268.3º58.89%35.29%-
HSV(B)268.3º74.13%56.08%-
XYZ9.555.3326.51-
YUV64.03172.56144.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=32.58%
G=13.86%
B=53.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87371430.390.7400.44268.358.8935.29
Hex57258F274A02C10c3b23
Octal12745217471120544147343
Binary10101111001011000111110011110010100101100100001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57258F; }

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

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

<style>
 a { background-color: #57258F; }

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

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

<style>
 span { border-color: #57258F; }

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

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