Html Css Color HEX #533B96 Daisy Bush

📋 copy color: '#533B96'

red 83 ◦ green 59 ◦ blue 150

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

Shades of Daisy Bush #533B96

Tints of Daisy Bush #533B96

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 28.42%
G = 20.21%
B = 51.37%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#533B96 (or 0x533B96) is known color: Daisy Bush. HEX triplet: 53, 3B and 96. RGB value is (83,59,150). Sum of RGB (Red+Green+Blue) = 83+59+150=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #533B96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533B96 is #ACC469. Grayscale: #4C4C4C. Windows color (decimal): -11322474 or 9845587. OLE color: 9845587.

HSL color Cylindrical-coordinate representation of color #533B96: hue angle of 255.82º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533B96 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 59 150 -
CMYK 0.45 0.61 0 0.41
HSL 255.82º 0.44% 0.41% -
HSV(B) 255.82º 0.61% 0.59% -
XYZ 10.64 7.17 29.68 -
YUV 76.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 83 59 150 0.45 0.61 0 0.41 255.82 0.44 0.41
Hex 53 3B 96 2D 3D 0 29 100 2C 29
Octal 123 73 226 55 75 0 51 400 54 51
Binary 1010011 111011 10010110 101101 111101 0 101001 100000000 101100 101001

Color Harmonies of #533B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B96

Black with #533B96

Text Example


Text Example

White with #533B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B96; }

 p { color: rgb(83,59,150); }

 H1.HeaderClassName
 {
   color: #533B96;
 }
 .AnyTagClassName
 {
   color: #533B96;
 }
</style>

background-color css

<style>
 a { background-color: #533B96; }

 a { background-color: rgb(83,59,150); }

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

border-color css

<style>
 span { border-color: #533B96; }

 span { border-color: rgb(83,59,150); }

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