Html Css Color HEX #553BAB Daisy Bush

📋 copy color: '#553BAB'

red 85 ◦ green 59 ◦ blue 171

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

Shades of Daisy Bush #553BAB

Tints of Daisy Bush #553BAB

RGB

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

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

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

R = 26.98%
G = 18.73%
B = 54.29%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553BAB (or 0x553BAB) is known color: Daisy Bush. HEX triplet: 55, 3B and AB. RGB value is (85,59,171). Sum of RGB (Red+Green+Blue) = 85+59+171=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #553BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553BAB is #AAC454. Grayscale: #4F4F4F. Windows color (decimal): -11191381 or 11221845. OLE color: 11221845.

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

Color convert

RGB 85 59 171 -
CMYK 0.50 0.65 0 0.33
HSL 253.93º 0.49% 0.45% -
HSV(B) 253.93º 0.65% 0.67% -
XYZ 12.66 8 39.4 -
YUV 79.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 85 59 171 0.50 0.65 0 0.33 253.93 0.49 0.45
Hex 55 3B AB 32 41 0 21 FE 31 2D
Octal 125 73 253 62 101 0 41 376 61 55
Binary 1010101 111011 10101011 110010 1000001 0 100001 11111110 110001 101101

Color Harmonies of #553BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BAB

Black with #553BAB

Text Example


Text Example

White with #553BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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