Html Css Color HEX #5538AB Daisy Bush

📋 copy color: '#5538AB'

red 85 ◦ green 56 ◦ blue 171

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

Shades of Daisy Bush #5538AB

Tints of Daisy Bush #5538AB

RGB

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

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

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

R = 27.24%
G = 17.95%
B = 54.81%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5538AB (or 0x5538AB) is known color: Daisy Bush. HEX triplet: 55, 38 and AB. RGB value is (85,56,171). Sum of RGB (Red+Green+Blue) = 85+56+171=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #5538AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5538AB is #AAC754. Grayscale: #4D4D4D. Windows color (decimal): -11192149 or 11221077. OLE color: 11221077.

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

Color convert

RGB 85 56 171 -
CMYK 0.50 0.67 0 0.33
HSL 255.13º 0.51% 0.45% -
HSV(B) 255.13º 0.67% 0.67% -
XYZ 12.51 7.7 39.35 -
YUV 77.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 85 56 171 0.50 0.67 0 0.33 255.13 0.51 0.45
Hex 55 38 AB 32 43 0 21 FF 33 2D
Octal 125 70 253 62 103 0 41 377 63 55
Binary 1010101 111000 10101011 110010 1000011 0 100001 11111111 110011 101101

Color Harmonies of #5538AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5538AB

Black with #5538AB

Text Example


Text Example

White with #5538AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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