Html Css Color HEX #553BAD Daisy Bush

📋 copy color: '#553BAD'

red 85 ◦ green 59 ◦ blue 173

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

Shades of Daisy Bush #553BAD

Tints of Daisy Bush #553BAD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

 BLUE value IS 173 (67.97% from 255) = 54.57%

R = 26.81%
G = 18.61%
B = 54.57%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#553BAD (or 0x553BAD) is known color: Daisy Bush. HEX triplet: 55, 3B and AD. RGB value is (85,59,173). Sum of RGB (Red+Green+Blue) = 85+59+173=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #553BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAD is #AAC452. Grayscale: #4F4F4F. Windows color (decimal): -11191379 or 11352917. OLE color: 11352917.

HSL color Cylindrical-coordinate representation of color #553BAD: hue angle of 253.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553BAD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 59 173 -
CMYK 0.51 0.66 0 0.32
HSL 253.68º 0.49% 0.45% -
HSV(B) 253.68º 0.66% 0.68% -
XYZ 12.85 8.08 40.42 -
YUV 79.77 180.61 131.73 -
System Red Green Blue C M Y K H S L
Decimal 85 59 173 0.51 0.66 0 0.32 253.68 0.49 0.45
Hex 55 3B AD 33 42 0 20 FE 31 2D
Octal 125 73 255 63 102 0 40 376 61 55
Binary 1010101 111011 10101101 110011 1000010 0 100000 11111110 110001 101101

Color Harmonies of #553BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BAD

Black with #553BAD

Text Example


Text Example

White with #553BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,173); }

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

background-color css

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

 a { background-color: rgb(85,59,173); }

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

border-color css

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

 span { border-color: rgb(85,59,173); }

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