Html Css Color HEX #533594 Daisy Bush

📋 copy color: '#533594'

red 83 ◦ green 53 ◦ blue 148

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

Shades of Daisy Bush #533594

Tints of Daisy Bush #533594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 29.23%
G = 18.66%
B = 52.11%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#533594 (or 0x533594) is known color: Daisy Bush. HEX triplet: 53, 35 and 94. RGB value is (83,53,148). Sum of RGB (Red+Green+Blue) = 83+53+148=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #533594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533594 is #ACCA6B. Grayscale: #484848. Windows color (decimal): -11324012 or 9712979. OLE color: 9712979.

HSL color Cylindrical-coordinate representation of color #533594: hue angle of 258.95º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533594 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 53 148 -
CMYK 0.44 0.64 0 0.42
HSL 258.95º 0.47% 0.39% -
HSV(B) 258.95º 0.64% 0.58% -
XYZ 10.19 6.52 28.74 -
YUV 72.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 83 53 148 0.44 0.64 0 0.42 258.95 0.47 0.39
Hex 53 35 94 2C 40 0 2A 103 2F 27
Octal 123 65 224 54 100 0 52 403 57 47
Binary 1010011 110101 10010100 101100 1000000 0 101010 100000011 101111 100111

Color Harmonies of #533594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533594

Black with #533594

Text Example


Text Example

White with #533594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533594; }

 p { color: rgb(83,53,148); }

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

background-color css

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

 a { background-color: rgb(83,53,148); }

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

border-color css

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

 span { border-color: rgb(83,53,148); }

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