Html Css Color HEX #533E69 Honey Flower

📋 copy color: '#533E69'

red 83 ◦ green 62 ◦ blue 105

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

Shades of Honey Flower #533E69

Tints of Honey Flower #533E69

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

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

R = 33.2%
G = 24.8%
B = 42%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#533E69 (or 0x533E69) is known color: Honey Flower. HEX triplet: 53, 3E and 69. RGB value is (83,62,105). Sum of RGB (Red+Green+Blue) = 83+62+105=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #533E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533E69 is #ACC196. Grayscale: #494949. Windows color (decimal): -11321751 or 6897235. OLE color: 6897235.

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

Color convert

RGB 83 62 105 -
CMYK 0.21 0.41 0 0.59
HSL 269.3º 0.26% 0.33% -
HSV(B) 269.3º 0.41% 0.41% -
XYZ 7.84 6.3 14.17 -
YUV 73.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 83 62 105 0.21 0.41 0 0.59 269.3 0.26 0.33
Hex 53 3E 69 15 29 0 3B 10D 1A 21
Octal 123 76 151 25 51 0 73 415 32 41
Binary 1010011 111110 1101001 10101 101001 0 111011 100001101 11010 100001

Color Harmonies of #533E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533E69

Black with #533E69

Text Example


Text Example

White with #533E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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