#572898

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

Shades of Daisy Bush #572898

Tints of Daisy Bush #572898

Color information

#572898 (or 0x572898) is unknown color: approx Daisy Bush. HEX triplet: 57, 28 and 98. RGB value is (87,40,152). Sum of RGB (Red+Green+Blue) = 87+40+152=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #572898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572898 is #A8D767. Grayscale: #424242. Windows color (decimal): -11065192 or 9971799. OLE color: 9971799.

HSL color Cylindrical-coordinate representation of color #572898: hue angle of 265.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572898 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8740152-
CMYK0.430.7400.40
HSL265.18º58.33%37.65%-
HSV(B)265.18º73.68%59.61%-
XYZ10.365.8130.28-
YUV66.82176.07142.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=31.18%
G=14.34%
B=54.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87401520.430.7400.40265.1858.3337.65
Hex5728982B4A0281093a26
Octal12750230531120504117246
Binary10101111010001001100010101110010100101000100001001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572898; }

 p { color: rgb(87,40,152); }

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

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

 a { background-color: rgb(87,40,152); }

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

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

 span { border-color: rgb(87,40,152); }

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