Html Css Color HEX #533889 Daisy Bush

📋 copy color: '#533889'

red 83 ◦ green 56 ◦ blue 137

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

Shades of Daisy Bush #533889

Tints of Daisy Bush #533889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 30.07%
G = 20.29%
B = 49.64%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#533889 (or 0x533889) is known color: Daisy Bush. HEX triplet: 53, 38 and 89. RGB value is (83,56,137). Sum of RGB (Red+Green+Blue) = 83+56+137=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #533889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533889 is #ACC776. Grayscale: #494949. Windows color (decimal): -11323255 or 8992851. OLE color: 8992851.

HSL color Cylindrical-coordinate representation of color #533889: hue angle of 260º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533889 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 56 137 -
CMYK 0.39 0.59 0 0.46
HSL 260º 0.42% 0.38% -
HSV(B) 260º 0.59% 0.54% -
XYZ 9.5 6.47 24.42 -
YUV 73.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 83 56 137 0.39 0.59 0 0.46 260 0.42 0.38
Hex 53 38 89 27 3B 0 2E 104 2A 26
Octal 123 70 211 47 73 0 56 404 52 46
Binary 1010011 111000 10001001 100111 111011 0 101110 100000100 101010 100110

Color Harmonies of #533889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533889

Black with #533889

Text Example


Text Example

White with #533889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533889; }

 p { color: rgb(83,56,137); }

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

background-color css

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

 a { background-color: rgb(83,56,137); }

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

border-color css

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

 span { border-color: rgb(83,56,137); }

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