#57268B

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

Shades of Kingfisher Daisy #57268B

Tints of Kingfisher Daisy #57268B

Color information

#57268B (or 0x57268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 26 and 8B. RGB value is (87,38,139). Sum of RGB (Red+Green+Blue) = 87+38+139=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #57268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57268B is #A8D974. Grayscale: #3F3F3F. Windows color (decimal): -11065717 or 9119319. OLE color: 9119319.

HSL color Cylindrical-coordinate representation of color #57268B: hue angle of 269.11º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57268B is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8738139-
CMYK0.370.7300.45
HSL269.11º57.06%34.71%-
HSV(B)269.11º72.66%54.51%-
XYZ9.285.2824.96-
YUV64.16170.23144.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=32.95%
G=14.39%
B=52.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87381390.370.7300.45269.1157.0634.71
Hex57268B254902D10d3923
Octal12746213451110554157143
Binary10101111001101000101110010110010010101101100001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,38,139); }

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

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

 a { background-color: rgb(87,38,139); }

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

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

 span { border-color: rgb(87,38,139); }

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