#57269C

Color #57269C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #57269C

Tints of Daisy Bush #57269C

Color information

#57269C (or 0x57269C) is unknown color: approx Daisy Bush. HEX triplet: 57, 26 and 9C. RGB value is (87,38,156). Sum of RGB (Red+Green+Blue) = 87+38+156=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #57269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57269C is #A8D963. Grayscale: #414141. Windows color (decimal): -11065700 or 10233431. OLE color: 10233431.

HSL color Cylindrical-coordinate representation of color #57269C: hue angle of 264.92º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57269C is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8738156-
CMYK0.440.7600.39
HSL264.92º60.82%38.04%-
HSV(B)264.92º75.64%61.18%-
XYZ10.625.8132.01-
YUV66.1178.73142.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=30.96%
G=13.52%
B=55.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87381560.440.7600.39264.9260.8238.04
Hex57269C2C4C0271093d26
Octal12746234541140474117546
Binary10101111001101001110010110010011000100111100001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57269C; }

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

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

<style>
 a { background-color: #57269C; }

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

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

<style>
 span { border-color: #57269C; }

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

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