Html Css Color HEX #533769 Honey Flower

📋 copy color: '#533769'

red 83 ◦ green 55 ◦ blue 105

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

Shades of Honey Flower #533769

Tints of Honey Flower #533769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.63%

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

R = 34.16%
G = 22.63%
B = 43.21%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#533769 (or 0x533769) is known color: Honey Flower. HEX triplet: 53, 37 and 69. RGB value is (83,55,105). Sum of RGB (Red+Green+Blue) = 83+55+105=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #533769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533769 is #ACC896. Grayscale: #444444. Windows color (decimal): -11323543 or 6895443. OLE color: 6895443.

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

Color convert

RGB 83 55 105 -
CMYK 0.21 0.48 0 0.59
HSL 273.6º 0.31% 0.31% -
HSV(B) 273.6º 0.48% 0.41% -
XYZ 7.48 5.59 14.05 -
YUV 69.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 83 55 105 0.21 0.48 0 0.59 273.6 0.31 0.31
Hex 53 37 69 15 30 0 3B 112 1F 1F
Octal 123 67 151 25 60 0 73 422 37 37
Binary 1010011 110111 1101001 10101 110000 0 111011 100010010 11111 11111

Color Harmonies of #533769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533769

Black with #533769

Text Example


Text Example

White with #533769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533769; }

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

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

background-color css

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

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

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

border-color css

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

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

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