Html Css Color HEX #533562 Honey Flower

📋 copy color: '#533562'

red 83 ◦ green 53 ◦ blue 98

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

Shades of Honey Flower #533562

Tints of Honey Flower #533562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 35.47%
G = 22.65%
B = 41.88%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533562 (or 0x533562) is known color: Honey Flower. HEX triplet: 53, 35 and 62. RGB value is (83,53,98). Sum of RGB (Red+Green+Blue) = 83+53+98=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #533562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533562 is #ACCA9D. Grayscale: #424242. Windows color (decimal): -11324062 or 6436179. OLE color: 6436179.

HSL color Cylindrical-coordinate representation of color #533562: hue angle of 280º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533562 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 53 98 -
CMYK 0.15 0.46 0 0.62
HSL 280º 0.3% 0.3% -
HSV(B) 280º 0.46% 0.38% -
XYZ 7.04 5.27 12.2 -
YUV 67.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 83 53 98 0.15 0.46 0 0.62 280 0.3 0.3
Hex 53 35 62 F 2E 0 3E 118 1E 1E
Octal 123 65 142 17 56 0 76 430 36 36
Binary 1010011 110101 1100010 1111 101110 0 111110 100011000 11110 11110

Color Harmonies of #533562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533562

Black with #533562

Text Example


Text Example

White with #533562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533562; }

 p { color: rgb(83,53,98); }

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

background-color css

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

 a { background-color: rgb(83,53,98); }

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

border-color css

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

 span { border-color: rgb(83,53,98); }

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