Html Css Color HEX #533363 Honey Flower

📋 copy color: '#533363'

red 83 ◦ green 51 ◦ blue 99

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

Shades of Honey Flower #533363

Tints of Honey Flower #533363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 35.62%
G = 21.89%
B = 42.49%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#533363 (or 0x533363) is known color: Honey Flower. HEX triplet: 53, 33 and 63. RGB value is (83,51,99). Sum of RGB (Red+Green+Blue) = 83+51+99=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #533363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533363 is #ACCC9C. Grayscale: #414141. Windows color (decimal): -11324573 or 6501203. OLE color: 6501203.

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

Color convert

RGB 83 51 99 -
CMYK 0.16 0.48 0 0.61
HSL 280º 0.32% 0.29% -
HSV(B) 280º 0.48% 0.39% -
XYZ 7 5.11 12.42 -
YUV 66.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 83 51 99 0.16 0.48 0 0.61 280 0.32 0.29
Hex 53 33 63 10 30 0 3D 118 20 1D
Octal 123 63 143 20 60 0 75 430 40 35
Binary 1010011 110011 1100011 10000 110000 0 111101 100011000 100000 11101

Color Harmonies of #533363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533363

Black with #533363

Text Example


Text Example

White with #533363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533363; }

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

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

background-color css

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

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

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

border-color css

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

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

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