Html Css Color HEX #553D8D Daisy Bush

📋 copy color: '#553D8D'

red 85 ◦ green 61 ◦ blue 141

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

Shades of Daisy Bush #553D8D

Tints of Daisy Bush #553D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 29.62%
G = 21.25%
B = 49.13%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#553D8D (or 0x553D8D) is known color: Daisy Bush. HEX triplet: 55, 3D and 8D. RGB value is (85,61,141). Sum of RGB (Red+Green+Blue) = 85+61+141=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #553D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D8D is #AAC272. Grayscale: #4D4D4D. Windows color (decimal): -11190899 or 9256277. OLE color: 9256277.

HSL color Cylindrical-coordinate representation of color #553D8D: hue angle of 258º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #553D8D is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 61 141 -
CMYK 0.40 0.57 0 0.45
HSL 258º 0.4% 0.4% -
HSV(B) 258º 0.57% 0.55% -
XYZ 10.22 7.19 26.05 -
YUV 77.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 85 61 141 0.40 0.57 0 0.45 258 0.4 0.4
Hex 55 3D 8D 28 39 0 2D 102 28 28
Octal 125 75 215 50 71 0 55 402 50 50
Binary 1010101 111101 10001101 101000 111001 0 101101 100000010 101000 101000

Color Harmonies of #553D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D8D

Black with #553D8D

Text Example


Text Example

White with #553D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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