Html Css Color HEX #533364 Honey Flower

📋 copy color: '#533364'

red 83 ◦ green 51 ◦ blue 100

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

Shades of Honey Flower #533364

Tints of Honey Flower #533364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 35.47%
G = 21.79%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#533364 (or 0x533364) is known color: Honey Flower. HEX triplet: 53, 33 and 64. RGB value is (83,51,100). Sum of RGB (Red+Green+Blue) = 83+51+100=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #533364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533364 is #ACCC9B. Grayscale: #414141. Windows color (decimal): -11324572 or 6566739. OLE color: 6566739.

HSL color Cylindrical-coordinate representation of color #533364: hue angle of 279.18º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533364 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 51 100 -
CMYK 0.17 0.49 0 0.61
HSL 279.18º 0.32% 0.3% -
HSV(B) 279.18º 0.49% 0.39% -
XYZ 7.05 5.13 12.67 -
YUV 66.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 83 51 100 0.17 0.49 0 0.61 279.18 0.32 0.3
Hex 53 33 64 11 31 0 3D 117 20 1E
Octal 123 63 144 21 61 0 75 427 40 36
Binary 1010011 110011 1100100 10001 110001 0 111101 100010111 100000 11110

Color Harmonies of #533364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533364

Black with #533364

Text Example


Text Example

White with #533364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533364; }

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

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

background-color css

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

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

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

border-color css

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

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

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