Html Css Color HEX #5537A1 Daisy Bush

📋 copy color: '#5537A1'

red 85 ◦ green 55 ◦ blue 161

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

Shades of Daisy Bush #5537A1

Tints of Daisy Bush #5537A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 28.24%
G = 18.27%
B = 53.49%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5537A1 (or 0x5537A1) is known color: Daisy Bush. HEX triplet: 55, 37 and A1. RGB value is (85,55,161). Sum of RGB (Red+Green+Blue) = 85+55+161=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #5537A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5537A1 is #AAC85E. Grayscale: #4B4B4B. Windows color (decimal): -11192415 or 10565461. OLE color: 10565461.

HSL color Cylindrical-coordinate representation of color #5537A1: hue angle of 256.98º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5537A1 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 55 161 -
CMYK 0.47 0.66 0 0.37
HSL 256.98º 0.49% 0.42% -
HSV(B) 256.98º 0.66% 0.63% -
XYZ 11.55 7.24 34.51 -
YUV 76.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 85 55 161 0.47 0.66 0 0.37 256.98 0.49 0.42
Hex 55 37 A1 2F 42 0 25 101 31 2A
Octal 125 67 241 57 102 0 45 401 61 52
Binary 1010101 110111 10100001 101111 1000010 0 100101 100000001 110001 101010

Color Harmonies of #5537A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5537A1

Black with #5537A1

Text Example


Text Example

White with #5537A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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