Html Css Color HEX #533165 Honey Flower

📋 copy color: '#533165'

red 83 ◦ green 49 ◦ blue 101

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

Shades of Honey Flower #533165

Tints of Honey Flower #533165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 35.62%
G = 21.03%
B = 43.35%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#533165 (or 0x533165) is known color: Honey Flower. HEX triplet: 53, 31 and 65. RGB value is (83,49,101). Sum of RGB (Red+Green+Blue) = 83+49+101=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #533165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533165 is #ACCE9A. Grayscale: #404040. Windows color (decimal): -11325083 or 6631763. OLE color: 6631763.

HSL color Cylindrical-coordinate representation of color #533165: hue angle of 279.23º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533165 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 49 101 -
CMYK 0.18 0.51 0 0.60
HSL 279.23º 0.35% 0.29% -
HSV(B) 279.23º 0.51% 0.4% -
XYZ 7.01 4.98 12.9 -
YUV 65.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 83 49 101 0.18 0.51 0 0.60 279.23 0.35 0.29
Hex 53 31 65 12 33 0 3C 117 23 1D
Octal 123 61 145 22 63 0 74 427 43 35
Binary 1010011 110001 1100101 10010 110011 0 111100 100010111 100011 11101

Color Harmonies of #533165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533165

Black with #533165

Text Example


Text Example

White with #533165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533165; }

 p { color: rgb(83,49,101); }

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

background-color css

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

 a { background-color: rgb(83,49,101); }

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

border-color css

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

 span { border-color: rgb(83,49,101); }

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