#573988

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

Shades of Daisy Bush #573988

Tints of Daisy Bush #573988

Color information

#573988 (or 0x573988) is unknown color: approx Daisy Bush. HEX triplet: 57, 39 and 88. RGB value is (87,57,136). Sum of RGB (Red+Green+Blue) = 87+57+136=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #573988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573988 is #A8C677. Grayscale: #4A4A4A. Windows color (decimal): -11060856 or 8927575. OLE color: 8927575.

HSL color Cylindrical-coordinate representation of color #573988: hue angle of 262.78º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573988 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8757136-
CMYK0.360.5800.47
HSL262.78º40.93%37.84%-
HSV(B)262.78º58.09%53.33%-
XYZ9.846.7324.07-
YUV74.98162.44136.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=31.07%
G=20.36%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87571360.360.5800.47262.7840.9337.84
Hex573988243A02F1072926
Octal1277121044720574075146
Binary1010111111001100010001001001110100101111100000111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573988; }

 p { color: rgb(87,57,136); }

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

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

 a { background-color: rgb(87,57,136); }

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

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

 span { border-color: rgb(87,57,136); }

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