Html Css Color HEX #5334AB Daisy Bush

📋 copy color: '#5334AB'

red 83 ◦ green 52 ◦ blue 171

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

Shades of Daisy Bush #5334AB

Tints of Daisy Bush #5334AB

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 27.12%
G = 16.99%
B = 55.88%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5334AB (or 0x5334AB) is known color: Daisy Bush. HEX triplet: 53, 34 and AB. RGB value is (83,52,171). Sum of RGB (Red+Green+Blue) = 83+52+171=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #5334AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5334AB is #ACCB54. Grayscale: #4A4A4A. Windows color (decimal): -11324245 or 11220051. OLE color: 11220051.

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

Color convert

RGB 83 52 171 -
CMYK 0.51 0.70 0 0.33
HSL 255.63º 0.53% 0.44% -
HSV(B) 255.63º 0.7% 0.67% -
XYZ 12.15 7.24 39.28 -
YUV 74.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 83 52 171 0.51 0.70 0 0.33 255.63 0.53 0.44
Hex 53 34 AB 33 46 0 21 100 35 2C
Octal 123 64 253 63 106 0 41 400 65 54
Binary 1010011 110100 10101011 110011 1000110 0 100001 100000000 110101 101100

Color Harmonies of #5334AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5334AB

Black with #5334AB

Text Example


Text Example

White with #5334AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,52,171); }

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

background-color css

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

 a { background-color: rgb(83,52,171); }

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

border-color css

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

 span { border-color: rgb(83,52,171); }

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