Html Css Color HEX #533390 Daisy Bush

📋 copy color: '#533390'

red 83 ◦ green 51 ◦ blue 144

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

Shades of Daisy Bush #533390

Tints of Daisy Bush #533390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

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

R = 29.86%
G = 18.35%
B = 51.8%

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

#533390 (or 0x533390) is known color: Daisy Bush. HEX triplet: 53, 33 and 90. RGB value is (83,51,144). Sum of RGB (Red+Green+Blue) = 83+51+144=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #533390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533390 is #ACCC6F. Grayscale: #464646. Windows color (decimal): -11324528 or 9450323. OLE color: 9450323.

HSL color Cylindrical-coordinate representation of color #533390: hue angle of 260.65º 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 #533390 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 51 144 -
CMYK 0.42 0.65 0 0.44
HSL 260.65º 0.48% 0.38% -
HSV(B) 260.65º 0.65% 0.56% -
XYZ 9.79 6.22 27.07 -
YUV 71.17 169.1 136.44 -
System Red Green Blue C M Y K H S L
Decimal 83 51 144 0.42 0.65 0 0.44 260.65 0.48 0.38
Hex 53 33 90 2A 41 0 2C 105 30 26
Octal 123 63 220 52 101 0 54 405 60 46
Binary 1010011 110011 10010000 101010 1000001 0 101100 100000101 110000 100110

Color Harmonies of #533390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533390

Black with #533390

Text Example


Text Example

White with #533390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533390; }

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

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

background-color css

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

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

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

border-color css

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

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

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