Html Css Color HEX #533290 Daisy Bush

📋 copy color: '#533290'

red 83 ◦ green 50 ◦ blue 144

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

Shades of Daisy Bush #533290

Tints of Daisy Bush #533290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 29.96%
G = 18.05%
B = 51.99%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#533290 (or 0x533290) is known color: Daisy Bush. HEX triplet: 53, 32 and 90. RGB value is (83,50,144). Sum of RGB (Red+Green+Blue) = 83+50+144=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #533290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533290 is #ACCD6F. Grayscale: #464646. Windows color (decimal): -11324784 or 9450067. OLE color: 9450067.

HSL color Cylindrical-coordinate representation of color #533290: hue angle of 261.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533290 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 50 144 -
CMYK 0.42 0.65 0 0.44
HSL 261.06º 0.48% 0.38% -
HSV(B) 261.06º 0.65% 0.56% -
XYZ 9.74 6.13 27.06 -
YUV 70.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 83 50 144 0.42 0.65 0 0.44 261.06 0.48 0.38
Hex 53 32 90 2A 41 0 2C 105 30 26
Octal 123 62 220 52 101 0 54 405 60 46
Binary 1010011 110010 10010000 101010 1000001 0 101100 100000101 110000 100110

Color Harmonies of #533290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533290

Black with #533290

Text Example


Text Example

White with #533290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533290; }

 p { color: rgb(83,50,144); }

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

background-color css

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

 a { background-color: rgb(83,50,144); }

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

border-color css

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

 span { border-color: rgb(83,50,144); }

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