Html Css Color HEX #533463 Honey Flower

📋 copy color: '#533463'

red 83 ◦ green 52 ◦ blue 99

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

Shades of Honey Flower #533463

Tints of Honey Flower #533463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 35.47%
G = 22.22%
B = 42.31%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#533463 (or 0x533463) is known color: Honey Flower. HEX triplet: 53, 34 and 63. RGB value is (83,52,99). Sum of RGB (Red+Green+Blue) = 83+52+99=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #533463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533463 is #ACCB9C. Grayscale: #424242. Windows color (decimal): -11324317 or 6501459. OLE color: 6501459.

HSL color Cylindrical-coordinate representation of color #533463: hue angle of 279.57º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533463 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 52 99 -
CMYK 0.16 0.47 0 0.61
HSL 279.57º 0.31% 0.3% -
HSV(B) 279.57º 0.47% 0.39% -
XYZ 7.05 5.2 12.44 -
YUV 66.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 83 52 99 0.16 0.47 0 0.61 279.57 0.31 0.3
Hex 53 34 63 10 2F 0 3D 118 1F 1E
Octal 123 64 143 20 57 0 75 430 37 36
Binary 1010011 110100 1100011 10000 101111 0 111101 100011000 11111 11110

Color Harmonies of #533463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533463

Black with #533463

Text Example


Text Example

White with #533463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533463; }

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

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

background-color css

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

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

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

border-color css

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

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

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