Html Css Color HEX #573988 Daisy Bush

📋 copy color: '#573988'

red 87 ◦ green 57 ◦ blue 136

#573988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #573988

Tints of Daisy Bush #573988

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 value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#573988 (or 0x573988) is known color: 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

RGB 87 57 136 -
CMYK 0.36 0.58 0 0.47
HSL 262.78º 0.41% 0.38% -
HSV(B) 262.78º 0.58% 0.53% -
XYZ 9.84 6.73 24.07 -
YUV 74.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 87 57 136 0.36 0.58 0 0.47 262.78 0.41 0.38
Hex 57 39 88 24 3A 0 2F 107 29 26
Octal 127 71 210 44 72 0 57 407 51 46
Binary 1010111 111001 10001000 100100 111010 0 101111 100000111 101001 100110

Color Harmonies of #573988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573988

Black with #573988

Text Example


Text Example

White with #573988

Text Example


Text Example

HTML Codes & Css Web 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>