Html Css Color HEX #533498 Daisy Bush

📋 copy color: '#533498'

red 83 ◦ green 52 ◦ blue 152

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

Shades of Daisy Bush #533498

Tints of Daisy Bush #533498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 28.92%
G = 18.12%
B = 52.96%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#533498 (or 0x533498) is known color: Daisy Bush. HEX triplet: 53, 34 and 98. RGB value is (83,52,152). Sum of RGB (Red+Green+Blue) = 83+52+152=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #533498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533498 is #ACCB67. Grayscale: #484848. Windows color (decimal): -11324264 or 9974867. OLE color: 9974867.

HSL color Cylindrical-coordinate representation of color #533498: hue angle of 258.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533498 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 52 152 -
CMYK 0.45 0.66 0 0.40
HSL 258.6º 0.49% 0.4% -
HSV(B) 258.6º 0.66% 0.6% -
XYZ 10.46 6.56 30.42 -
YUV 72.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 83 52 152 0.45 0.66 0 0.40 258.6 0.49 0.4
Hex 53 34 98 2D 42 0 28 103 31 28
Octal 123 64 230 55 102 0 50 403 61 50
Binary 1010011 110100 10011000 101101 1000010 0 101000 100000011 110001 101000

Color Harmonies of #533498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533498

Black with #533498

Text Example


Text Example

White with #533498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533498; }

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

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

background-color css

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

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

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

border-color css

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

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

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