Html Css Color HEX #533366 Honey Flower

📋 copy color: '#533366'

red 83 ◦ green 51 ◦ blue 102

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

Shades of Honey Flower #533366

Tints of Honey Flower #533366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 35.17%
G = 21.61%
B = 43.22%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#533366 (or 0x533366) is known color: Honey Flower. HEX triplet: 53, 33 and 66. RGB value is (83,51,102). Sum of RGB (Red+Green+Blue) = 83+51+102=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #533366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533366 is #ACCC99. Grayscale: #424242. Windows color (decimal): -11324570 or 6697811. OLE color: 6697811.

HSL color Cylindrical-coordinate representation of color #533366: hue angle of 277.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533366 is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 51 102 -
CMYK 0.19 0.5 0 0.6
HSL 277.65º 0.33% 0.3% -
HSV(B) 277.65º 0.5% 0.4% -
XYZ 7.15 5.17 13.19 -
YUV 66.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 83 51 102 0.19 0.5 0 0.6 277.65 0.33 0.3
Hex 53 33 66 13 32 0 3C 116 21 1E
Octal 123 63 146 23 62 0 74 426 41 36
Binary 1010011 110011 1100110 10011 110010 0 111100 100010110 100001 11110

Color Harmonies of #533366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533366

Black with #533366

Text Example


Text Example

White with #533366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533366; }

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

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

background-color css

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

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

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

border-color css

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

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

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