Html Css Color HEX #553DAB Daisy Bush

📋 copy color: '#553DAB'

red 85 ◦ green 61 ◦ blue 171

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

Shades of Daisy Bush #553DAB

Tints of Daisy Bush #553DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 26.81%
G = 19.24%
B = 53.94%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553DAB (or 0x553DAB) is known color: Daisy Bush. HEX triplet: 55, 3D and AB. RGB value is (85,61,171). Sum of RGB (Red+Green+Blue) = 85+61+171=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #553DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553DAB is #AAC254. Grayscale: #505050. Windows color (decimal): -11190869 or 11222357. OLE color: 11222357.

HSL color Cylindrical-coordinate representation of color #553DAB: hue angle of 253.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553DAB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 61 171 -
CMYK 0.50 0.64 0 0.33
HSL 253.09º 0.47% 0.45% -
HSV(B) 253.09º 0.64% 0.67% -
XYZ 12.77 8.21 39.44 -
YUV 80.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 85 61 171 0.50 0.64 0 0.33 253.09 0.47 0.45
Hex 55 3D AB 32 40 0 21 FD 2F 2D
Octal 125 75 253 62 100 0 41 375 57 55
Binary 1010101 111101 10101011 110010 1000000 0 100001 11111101 101111 101101

Color Harmonies of #553DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DAB

Black with #553DAB

Text Example


Text Example

White with #553DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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