Html Css Color HEX #5537AB Daisy Bush

📋 copy color: '#5537AB'

red 85 ◦ green 55 ◦ blue 171

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

Shades of Daisy Bush #5537AB

Tints of Daisy Bush #5537AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 27.33%
G = 17.68%
B = 54.98%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5537AB (or 0x5537AB) is known color: Daisy Bush. HEX triplet: 55, 37 and AB. RGB value is (85,55,171). Sum of RGB (Red+Green+Blue) = 85+55+171=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5537AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537AB is #AAC854. Grayscale: #4C4C4C. Windows color (decimal): -11192405 or 11220821. OLE color: 11220821.

HSL color Cylindrical-coordinate representation of color #5537AB: hue angle of 255.52º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5537AB is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 55 171 -
CMYK 0.50 0.68 0 0.33
HSL 255.52º 0.51% 0.44% -
HSV(B) 255.52º 0.68% 0.67% -
XYZ 12.46 7.6 39.34 -
YUV 77.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 85 55 171 0.50 0.68 0 0.33 255.52 0.51 0.44
Hex 55 37 AB 32 44 0 21 100 33 2C
Octal 125 67 253 62 104 0 41 400 63 54
Binary 1010101 110111 10101011 110010 1000100 0 100001 100000000 110011 101100

Color Harmonies of #5537AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5537AB

Black with #5537AB

Text Example


Text Example

White with #5537AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5537AB; }

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

 H1.HeaderClassName
 {
   color: #5537AB;
 }
 .AnyTagClassName
 {
   color: #5537AB;
 }
</style>

background-color css

<style>
 a { background-color: #5537AB; }

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

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

border-color css

<style>
 span { border-color: #5537AB; }

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

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