Html Css Color HEX #533469 Honey Flower

📋 copy color: '#533469'

red 83 ◦ green 52 ◦ blue 105

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

Shades of Honey Flower #533469

Tints of Honey Flower #533469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 34.58%
G = 21.67%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#533469 (or 0x533469) is known color: Honey Flower. HEX triplet: 53, 34 and 69. RGB value is (83,52,105). Sum of RGB (Red+Green+Blue) = 83+52+105=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #533469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533469 is #ACCB96. Grayscale: #434343. Windows color (decimal): -11324311 or 6894675. OLE color: 6894675.

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

Color convert

RGB 83 52 105 -
CMYK 0.21 0.50 0 0.59
HSL 275.09º 0.34% 0.31% -
HSV(B) 275.09º 0.5% 0.41% -
XYZ 7.35 5.31 14 -
YUV 67.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 83 52 105 0.21 0.50 0 0.59 275.09 0.34 0.31
Hex 53 34 69 15 32 0 3B 113 22 1F
Octal 123 64 151 25 62 0 73 423 42 37
Binary 1010011 110100 1101001 10101 110010 0 111011 100010011 100010 11111

Color Harmonies of #533469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533469

Black with #533469

Text Example


Text Example

White with #533469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533469; }

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

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

background-color css

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

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

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

border-color css

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

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

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