Html Css Color HEX #533369 Honey Flower

📋 copy color: '#533369'

red 83 ◦ green 51 ◦ blue 105

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

Shades of Honey Flower #533369

Tints of Honey Flower #533369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 34.73%
G = 21.34%
B = 43.93%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#533369 (or 0x533369) is known color: Honey Flower. HEX triplet: 53, 33 and 69. RGB value is (83,51,105). Sum of RGB (Red+Green+Blue) = 83+51+105=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #533369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533369 is #ACCC96. Grayscale: #424242. Windows color (decimal): -11324567 or 6894419. OLE color: 6894419.

HSL color Cylindrical-coordinate representation of color #533369: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533369 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 51 105 -
CMYK 0.21 0.51 0 0.59
HSL 275.56º 0.35% 0.31% -
HSV(B) 275.56º 0.51% 0.41% -
XYZ 7.3 5.23 13.99 -
YUV 66.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 83 51 105 0.21 0.51 0 0.59 275.56 0.35 0.31
Hex 53 33 69 15 33 0 3B 114 23 1F
Octal 123 63 151 25 63 0 73 424 43 37
Binary 1010011 110011 1101001 10101 110011 0 111011 100010100 100011 11111

Color Harmonies of #533369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533369

Black with #533369

Text Example


Text Example

White with #533369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533369; }

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

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

background-color css

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

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

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

border-color css

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

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

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