Html Css Color HEX #553D87 Daisy Bush

📋 copy color: '#553D87'

red 85 ◦ green 61 ◦ blue 135

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

Shades of Daisy Bush #553D87

Tints of Daisy Bush #553D87

RGB

 RED value IS 85 (33.59% from 255) = 30.25%

 GREEN value IS 61 (24.22% from 255) = 21.71%

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 30.25%
G = 21.71%
B = 48.04%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#553D87 (or 0x553D87) is known color: Daisy Bush. HEX triplet: 55, 3D and 87. RGB value is (85,61,135). Sum of RGB (Red+Green+Blue) = 85+61+135=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #553D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D87 is #AAC278. Grayscale: #4C4C4C. Windows color (decimal): -11190905 or 8863061. OLE color: 8863061.

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

Color convert

RGB 85 61 135 -
CMYK 0.37 0.55 0 0.47
HSL 259.46º 0.38% 0.38% -
HSV(B) 259.46º 0.55% 0.53% -
XYZ 9.79 7.02 23.76 -
YUV 76.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 85 61 135 0.37 0.55 0 0.47 259.46 0.38 0.38
Hex 55 3D 87 25 37 0 2F 103 26 26
Octal 125 75 207 45 67 0 57 403 46 46
Binary 1010101 111101 10000111 100101 110111 0 101111 100000011 100110 100110

Color Harmonies of #553D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D87

Black with #553D87

Text Example


Text Example

White with #553D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D87; }

 p { color: rgb(85,61,135); }

 H1.HeaderClassName
 {
   color: #553D87;
 }
 .AnyTagClassName
 {
   color: #553D87;
 }
</style>

background-color css

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

 a { background-color: rgb(85,61,135); }

 div.DivClassName
 {
   background-color: #553D87;
 }
 .BgClassName
 {
   background-color: #553D87;
 }
</style>

border-color css

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

 span { border-color: rgb(85,61,135); }

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