Html Css Color HEX #5538A1 Daisy Bush

📋 copy color: '#5538A1'

red 85 ◦ green 56 ◦ blue 161

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

Shades of Daisy Bush #5538A1

Tints of Daisy Bush #5538A1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

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

R = 28.15%
G = 18.54%
B = 53.31%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5538A1 (or 0x5538A1) is known color: Daisy Bush. HEX triplet: 55, 38 and A1. RGB value is (85,56,161). Sum of RGB (Red+Green+Blue) = 85+56+161=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #5538A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5538A1 is #AAC75E. Grayscale: #4C4C4C. Windows color (decimal): -11192159 or 10565717. OLE color: 10565717.

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

Color convert

RGB 85 56 161 -
CMYK 0.47 0.65 0 0.37
HSL 256.57º 0.48% 0.43% -
HSV(B) 256.57º 0.65% 0.63% -
XYZ 11.59 7.33 34.52 -
YUV 76.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 85 56 161 0.47 0.65 0 0.37 256.57 0.48 0.43
Hex 55 38 A1 2F 41 0 25 101 30 2B
Octal 125 70 241 57 101 0 45 401 60 53
Binary 1010101 111000 10100001 101111 1000001 0 100101 100000001 110000 101011

Color Harmonies of #5538A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5538A1

Black with #5538A1

Text Example


Text Example

White with #5538A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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